help-octave
[Top][All Lists]
Advanced

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

Re: plot ymin and ymax of the plot


From: etienne
Subject: Re: plot ymin and ymax of the plot
Date: Wed, 2 May 2007 20:13:49 -0700 (PDT)
User-agent: SquirrelMail/1.4.9a

  Hi (Ola)

sthing like this?

__gnuplot_set__ (sprintf ("ytics (\"%3.1f\" %3.1f, \"%3.1f\" 
%3.1f)",ymin,ymin,ymax,ymax))

  Hth,

  Etienne

On Wed, May 2, 2007 12:00, rizesimoes wrote:
# Hi user's
#
# I have problem...
#
# I need to put in scale values of the ymax and ymin.
# I'm doing multiplot's and want only ymin and ymax
# I'm using of the ytics this way:
#
# __gnuplot_set__ ytics ("0" 0, "1" 1)
#
# This work for a type of plot ok, but for they other doesn't because of the y 
interval changes.
# May be 0 and 1 or -1 and 1
#
#
#
# I can't pass the variable value that I define as parameter to the plot
# My variables are:
#
# ysmax= max(ys)
# ysmin= min(ys)
#
# Help me please!
#
# Marize Simoes
#
#
#
#
# _______________________________________________
# Help-octave mailing list
# address@hidden
# https://www.cae.wisc.edu/mailman/listinfo/help-octave
#


-- 
http://www.isr.ist.utl.pt/~etienne



reply via email to

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