mbaz / Gaston.jl

A julia front-end for gnuplot.
MIT License
148 stars 30 forks source link

add subplots support #72

Closed CarloLucibello closed 4 years ago

CarloLucibello commented 6 years ago

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

mbaz commented 6 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?

CarloLucibello commented 6 years ago

not really: tipically I like more having a single window with subplots than many windows with different plots, but it doesn't change much

mbaz commented 6 years ago

I will leave this open while I give it a second thought.

isentropic commented 4 years ago

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

mbaz commented 4 years ago

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!

mbaz commented 4 years ago

Fixed in v1.0.0

See https://mbaz.github.io/Gaston.jl/v1.0.0/introduction/#Multiplot-1