Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #706
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| 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 | Fri, 25 Nov 2011 14:26:31 -0800 |
| Organization | gnuplot development team |
| Lines | 14 |
| 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> |
| Reply-To | sfeam@users.sourceforge.net |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="ISO-8859-1" |
| Content-Transfer-Encoding | 7Bit |
| Injection-Date | Fri, 25 Nov 2011 22:26:45 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="3mhAfh4CeAIeL3OKnPexDA"; logging-data="27511"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/q609UoclaB3UlG4Ksdu/k" |
| User-Agent | KNode/4.4.9 |
| Cancel-Lock | sha1:uT4SBtvkDzJdnp3KucBZseTHOcg= |
| Xref | x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:706 |
Followups directed to: comp.graphics.apps.gnuplot
Show key headers only | 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 | Next — Previous in thread | Next in thread | Find similar
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