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.
Example
graphplot(graph; elabels_rotation = DefaultDict(automatic, Edge(1,2) => π/2)
should have all labels with the default rotation (like passing elabels_rotation=automatic)
but tweak label rotation for Edge(1,2) to be π/2