Support creation of multiple figures
Not always it is satisfactory to plot/graph something on top of a previous graph, if it is desirable to see both at once. For ex: 2 graphs that have different x -y ranges, or a plot and a histogram etc.
If it will be too resource intensive, then would be nice to have at least a maximum # of figures allowed (say, 5).
Thanks!
-
Victor commented
Oh, I forgot about subplot, thank you! Indeed, this then solves my complaint. I deleted this suggestion, as effect it has removed my votes.
-
Thanks for the suggestion. As an option in the interim, I recommend using the subplot function.
https://www.gnu.org/software/octave/doc/interpreter/Multiple-Plots-on-One-Page.html
It lets you have two plots side-by-side in the same figure.