|
From: adhemar <ek...@gm...> - 2010-02-02 00:11:49
|
Hello everybody, I am unable to save all the "plot" commands that I've given inside the multiplot mode, but it appears to only save the last plot command that I've issued. For example: set multiplot layout 2,2 plot x plot x**2 plot x**3 plot x**4 save "example.gp" unset multiplot produces a file containing a lot of settings and then only the last command, i.e. plot x**4. Is this working as intended? Is there a way to save all the plot commands I have given in multiplot mode? Thank you. -- View this message in context: http://old.nabble.com/save-and-multiplot-tp27413719p27413719.html Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |