Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #515
| 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: Distance from axes |
| Followup-To | comp.graphics.apps.gnuplot |
| Date | Fri, 05 Aug 2011 09:15:28 -0700 |
| Organization | gnuplot development team |
| Lines | 23 |
| Message-ID | <j1h4v1$4si$1@dont-email.me> (permalink) |
| References | <j1h0os$7to$1@dont-email.me> |
| 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, 5 Aug 2011 16:15:29 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="joalffpZlyHxFtpFd/PRrw"; logging-data="5010"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18xrPiBm6bWk5M99l/TvuwV" |
| User-Agent | KNode/4.4.9 |
| Cancel-Lock | sha1:yJQyspCXdi7YifrqBMJSDJkHxBI= |
| Xref | x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:515 |
Followups directed to: comp.graphics.apps.gnuplot
Show key headers only | View raw
Michael wrote: > It is often necessary that the curves on the graph were not close to > axes. I use external tools for this: the script reads the data files, > finds min and max on the Y axis, and writes to gnuplot file something > like this: > > $delta=($maxy-$miny)/20; > $maxy -= $delta; > $miny += $delta; > print GPFILE "plot [][$miny:$maxy] ...."; > > Can I do this with gnuplot? The command you are looking for is set offsets > If not, then I suggest to introduce > something like "set ydistance=0.05", which means that the space between > data curves and lower/upper X axis is 1/20 of data range. > > Thanks
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Distance from axes Michael <m@m.com> - 2011-08-05 22:07 +0700
Re: Distance from axes Michael <m@m.com> - 2011-08-05 22:09 +0700
Re: Distance from axes sfeam <sfeam@users.sourceforge.net> - 2011-08-05 09:15 -0700
Re: Distance from axes Michael <m@m.com> - 2011-08-05 23:41 +0700
csiph-web