Closed CarloLucibello closed 4 years ago
I have no plans to support it, since it involves a lot of work and goes against Gaston's KIS philosophy. What would be a good use case for this?
not really: tipically I like more having a single window with subplots than many windows with different plots, but it doesn't change much
I will leave this open while I give it a second thought.
I (personally) have never seen good native (done within the package) multilayout plots. I think that it is better to nail single plot system first
I've found a use case for this feature: generating multiple plots in Jupyter, from code in a single cell, or from a single @manipulate.
I'll add support for this (minimal) functionality in 0.11. As always, a pull request would be appreciated!
Fixed in v1.0.0
See https://mbaz.github.io/Gaston.jl/v1.0.0/introduction/#Multiplot-1
Is it possible to hande subplots in Gaston, as by
set multiplot ...
command in gnuplot? If yes, an example should be add to the documentation