Skip to content

Element-wise automatic configuration #136

@filchristou

Description

@filchristou

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions