help-octave
[Top][All Lists]
Advanced

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

Re: two plots, same window, different ranges/axes?


From: Etienne Grossmann
Subject: Re: two plots, same window, different ranges/axes?
Date: Sat, 29 Apr 2006 23:20:50 -0400
User-agent: Mutt/1.4.2.1i

  Hi,

what about sthing like


__gnuplot_set__ xtics
__gnuplot_set__ ytics
__gnuplot_set__ y2tics
__gnuplot_set__ y2range  [-2:2]
__gnuplot_set__ x2range  [-5:5]
__gnuplot_set__ xrange  [-5:5]
__gnuplot_set__ yrange  [-1:1]
__gnuplot_set__ ylabel "Hello"
__gnuplot_set__ y2label "World"
x = linspace(-5,5,100);
plot (x,sin(x))

same as in gnuplot, precisely

  Cheers,

  Etienne

On Sat, Apr 29, 2006 at 08:00:04PM -0700, Ron Crummett wrote:

# _______________________________________________
# Help-octave mailing list
# address@hidden
# https://www.cae.wisc.edu/mailman/listinfo/help-octave


-- 
Etienne Grossmann ------ http://www.cs.uky.edu/~etienne


reply via email to

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