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.
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
plotcommand with myriads of arguments, it seems their approach is to compose a figure of an actualFigureobject, add anAxisto 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.