Not a package but a gallery of Beautiful Makie examples. Take a look, easy to copy and paste scripts to get you started with Makie. https://lazarusa.github.io/BeautifulMakie/
Please free to comment and contribute with more examples via PRs. The examples could be simple or as complicated as you can imagine. The point is to show all the things you can do with Makie.
Is Makie the defacto Julia plotting library going forward? Currently I use Gnuplot (Gnuplots.jl) which I think makes beautiful plots, but is implemented as macros and not language integrated.
Not yet at least. Currently, it’s one growing, promising player in an increasingly vibrant plotting ecosystem with many packages that each have strengths and weaknesses.
You may want to check out Gaston.jl if you want to use Gnuplot, but have more ‘julian’ syntax and such.
Yeah only time will tell what plot libraries people prefer. Makie has a lot of great features and also a lot to catch up on compared to older packages. But we’ve definitely noticed increasing interest and there are more and more people helping to improve
With AlgebraOfGraphics I see a lot of potential to become the new (and maintained) Gadfly. I‘m definitely going to try to replace my existing Gadly plots.
Yes AlgebraOfGraphics is really promising, especially nice that you can easily tweak the figures it produces after the fact, add other plots, modify legends and axes, etc
At this point, there is almost nothing that I need that Makie can’t do. There are a few things that aren’t as convenient as in, say, ggplot, but the number of things (especially w/r/t figure generation) that are either much harder or impossible to do in other libraries is staggering. I cannot imagine going back…
Another brilliant thing I wasn’t aware of till today. Do you happen to know if there’s an obvious reason why plots need to be rasterisedduring the export process?