|
From: Thomas S. <t.s...@fz...> - 2011-09-05 15:01:37
|
either plot the function first: plot sin(x) replot "-" 2 2 1 -1 ... e or use 'multiplot': reset set multiplot set xrange [] writeback set yrange [] writeback plot '-' 2 2 1 -1 ... e set xrange restore set yrange restore plot sin(x) unset multiplot Marian0 wrote: > > I know you can do that. > > But i need to add the graphic in another plot call (not calling each by > comma), it is possible? > > Regards > -- View this message in context: http://old.nabble.com/Plot-two-or-more-functions-tp32398456p32401754.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |