streanger
Results
3
comments of
streanger
@floens ok, I will wait for updates
@floens thanks, I'll try it in my free time and give you feedback
@seanw2020 @anders-elastisys how about that? ```python from functools import partial # define your custom objects Edge = partial(Edge, labelloc="t", fontsize="20") Custom = partial(Custom, labelloc="b", fontsize="16") ``` then all your `Edge`...