|
From: Thomas S. <t.s...@fz...> - 2010-08-24 09:16:14
|
you don't need 'multiplot': plot 'file.dat' using 2 lt rgb 'black', 10. with dots ther wrote: > > Readers, > > A graph is plotted where the ordinate axis has a range 0-500 due to > the data file. A horizontal line was added using the following > commands: > > set multiplot > plot 'file.dat' using 2 lt rgb 'black' > l=10 > f(x)=l > plot f(x) with dots > unset multiplot > > How to specify that the command 'plot f(x)' uses the same axes as > determined by 'file.dat'? > > yours, > > gn...@co... > gnuplot42p4 > mandriva2009 > > ------------------------------------------------------------------------------ > Sell apps to millions through the Intel(R) Atom(Tm) Developer Program > Be part of this innovative community and reach millions of netbook users > worldwide. Take advantage of special opportunities to increase revenue and > speed time-to-market. Join now, and jumpstart your future. > http://p.sf.net/sfu/intel-atom-d2d > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/multiplot-with-horizontal-line-tp29520071p29520116.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |