Skip to content

Update plotting support for Makie to preferred Makie workflow #1872

@sloede

Description

@sloede

Maybe it has always been this way, maybe it is new, but Makie seems to be set on having a very different plotting interface than Plots.jl:

Instead of having a single plot command with myriads of arguments, it seems their approach is to compose a figure of an actual Figure object, add an Axis to it an then use various commands to add data to the axis object.

I don't know if there are plot recipes available for this new style (or something similar), but currently using Makie for ad-hoc plots is not fun. Since HOHQMesh also uses Makie, I think there is something to be gained by extending our support.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions