help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave/gnuplot question


From: Przemek Klosowski
Subject: Re: Octave/gnuplot question
Date: Fri, 8 Sep 2006 19:53:23 -0400 (EDT)

   > Matlab .m file to run.  I am overlaying many plots on a single set of
   > axes.  Gnuplot/Octave wants to automatically place a legend ("Line 1 -,
   > Line 2 -", etc.) on the plot.  When I am trying to plot 100 to 1000 runs
   > (a bit detector's "eye" pattern) this is unacceptable.  I have reviewed

This legend is called 'title' by gnuplot, and can be set by the optional style
argument to plot(). Soren's octave-forge legend() solution is more elegant, but
in plain octave you can use an empty title:   plot(x,";;") instead of plot(x).


reply via email to

[Prev in Thread] Current Thread [Next in Thread]