trixi-framework/Trixi.jl

Update plotting support for Makie to preferred Makie workflow

Open

#1,872 opened on Mar 15, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Julia (686 stars) (153 forks)batch import
good first issuepossible student projectvisualization

Description

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.

Contributor guide