In case you don’t follow the Makie Slack channel, or watch the repository, you probably haven’t noticed that we recently added three features that many people wanted for a long time.
- There’s a 3D axis now that behaves more like what you might be used to from Matlab and has the same look as the 2D axis http://makie.juliaplots.org/stable/makielayout/axis3.html
- You can now finally plot text which is not scaled by the projection http://makie.juliaplots.org/stable/plotting_functions/text.html#Examples
- You can now use nonlinear scales like
log
(for now with good support for the 2D axis, but 3D will come too) http://makie.juliaplots.org/stable/makielayout/axis.html#Log-scales-and-other-axis-scales
And here are three images that illustrate this:
Happy plotting!