You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #89 (comment), currently Makie.automatic applies holistically per attribute. However, sometimes it might be needed to leave the attribute behave mostly automatic but adjust a thingy or two manually.
On first glance, it looks like we're handling nothing as automatic in prep_vertex_attributes, prep_edge_attributes and getattr. Of course, the inconsistency between nothing and automatic is not great and should be resolved.
As mentioned in #89 (comment), currently
Makie.automatic
applies holistically per attribute. However, sometimes it might be needed to leave the attribute behave mostlyautomatic
but adjust a thingy or two manually.Example
should have all labels with the default rotation (like passing
elabels_rotation=automatic
)but tweak label rotation for
Edge(1,2)
to beπ/2
The text was updated successfully, but these errors were encountered: