|
From: WesM <wes...@gm...> - 2009-10-13 19:44:47
|
Thanks again Thomas That works except that when I try to rotate the image using my mouse the first plot disappears. I have set multiplot mode. Thomas Sefzick wrote: > > use > set xrange [] writeback > set yrange [] writeback > set zrange [] writeback > and > set xrange restore > set yrange restore > set zrange restore > > see: > http://www.gnuplot.info/docs/node294.html > > > WesM wrote: >> >> Hi >> >> I am using multiplot mode to plot two surfaces on a single plot. The >> problem I am having >> is that each plot uses a different origin and ranges. I would like the >> second plot to use >> the ranges and origin of the first plot which are computed by autoscale. >> How can I do this? >> > > -- View this message in context: http://www.nabble.com/Using-multiplot-with-splot-tp25869448p25879519.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |