help-octave
[Top][All Lists]
Advanced

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

Re: how to increase line width?


From: Claudio Belotti
Subject: Re: how to increase line width?
Date: Fri, 17 Feb 2006 10:06:40 +0100
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051017)

on 15/02/2006 21:29 Peter Gustafson wrote:
> I'd like more than one data set on the same graph and the
> __gnuplot_raw__ ('replot ''''notitle with lines lw 4\n') command only
> effects the last data set.  Is there a way to do this and have it do all
> plots?

This works fine for me:

octave:1> x = linspace(0,10,101) ' ;
octave:2> plot(sin(x))
octave:3> __gnuplot_raw__ ('replot ''''notitle with lines lw 4\n')
octave:4>
octave:4> hold on
octave:5> plot(cos(x))
octave:6> __gnuplot_raw__ ('replot ''''notitle with lines lw 4\n')


Claudio



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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