help-octave
[Top][All Lists]
Advanced

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

Re: semilogy set scale


From: Robert A. Macy
Subject: Re: semilogy set scale
Date: Fri, 09 Feb 2007 08:35:02 -0800

Here is an 'obvious' workaround...

Check  all the values in the y direction.
  y1=max(all values)
  y2=min(all values)
Add those two extra terms to each of the plotted values

Then when it plots the data all the y plot range will be
the same.

          - Robert -

On Thu, 08 Feb 2007 15:40:44 -0700
 Benjamin Sapp <address@hidden> wrote:
> Hi,
> 
> I am saving a bunch of .png plots made with the semilogy
> function.  I'm 
> then using the gimp to create a gif animation.   I'm
> really pleased with 
> the results except one problem.  The problem is that the
> y axis changes in 
> the plots and I'd like it to remain constant across all
> plots.  That way 
> people can see the changes in the plot without thinking
> about the changes 
> in the scale.   Do you know how to force a particular
> axis on the semilogy 
> function?
> 
> Thanks,
> Ben.


reply via email to

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