Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #706

Re: y axis always has a yrange [0:*] with autoscale

From sfeam <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: y axis always has a yrange [0:*] with autoscale
Followup-To comp.graphics.apps.gnuplot
Date 2011-11-25 14:26 -0800
Organization gnuplot development team
Message-ID <jap4n5$qrn$1@dont-email.me> (permalink)
References <e7096d68-f74d-47c7-9942-2fe718aec317@x7g2000yqb.googlegroups.com> <61341d2c-0c35-48ab-b31c-9bb971085c4d@f29g2000yqa.googlegroups.com>

Followups directed to: comp.graphics.apps.gnuplot

Show all headers | View raw


ervson wrote:

>>set yrange [MIN_Y-ABSTAND:MAX_Y+ABSTAND]
> 
> oh sorry of course the set yrange isn't supposed to be there ....
> that's how i tried to handle my problem, but i'd rather like it to be
> autoscaled

I can't be sure, particularly since I haven't seen your data.
But you might try
    "set auto fix"
This disables the default action of extending the axis ranges to
the nearest axis tick label.  I.e. if your y tick marks were set
to every 20, then the next lower tick from 15 would be 0, which
might be what you are seeing.

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

y axis always has a yrange [0:*] with autoscale ervson <erwin.krohmer@mytum.de> - 2011-11-25 03:16 -0800
  Re: y axis always has a yrange [0:*] with autoscale ervson <erwin.krohmer@mytum.de> - 2011-11-25 06:17 -0800
    Re: y axis always has a yrange [0:*] with autoscale sfeam <sfeam@users.sourceforge.net> - 2011-11-25 14:26 -0800
      Re: y axis always has a yrange [0:*] with autoscale ervson <erwin.krohmer@mytum.de> - 2011-11-30 04:49 -0800
        Re: y axis always has a yrange [0:*] with autoscale ab <ab.3942@googlemail.com> - 2011-11-30 23:57 -0800
          Re: y axis always has a yrange [0:*] with autoscale ervson <erwin.krohmer@mytum.de> - 2011-12-01 05:16 -0800
            Re: y axis always has a yrange [0:*] with autoscale sfeam <sfeam@users.sourceforge.net> - 2011-12-01 11:16 -0800

csiph-web