Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4121
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2019-01-22 08:36 -0800 |
| Message-ID | <1fddbd1c-ec65-4120-8167-fa9fe5885311@googlegroups.com> (permalink) |
| Subject | Histograms, re-use auto yrange |
| From | Stephen Prather <smprather@gmail.com> |
Hi forum-- I am trying to plot multiple histograms, but I want them all to have the same yrange so that the bars are visually comparable across plots. BUT, I also want gnuplot to auto-range the y axis. I don't mind plotting in two passes (plot all, capture max yrange, replot all). But I don't know how to query the value of the yrange into a variable. I know about 'show yrange'. But I don't know how to use that information. I could script around gnuplot (ie, Ruby), but if I'm going to do that, I just as well write my own bucketizer in Ruby to determine the max height of buckets across my datasets. Since gnuplot is not a general programming language, I think this may be too tall of an order. Sure would be cool if it were a full language (or re-built on top of an existing one). Thanks! --Myles
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
Histograms, re-use auto yrange Stephen Prather <smprather@gmail.com> - 2019-01-22 08:36 -0800
Re: Histograms, re-use auto yrange Ethan Merritt <eamerritt@gmail.com> - 2019-01-23 04:59 +0000
Re: Histograms, re-use auto yrange Karl Ratzsch <mail.kfr@gmx.net> - 2019-01-25 09:57 +0100
Re: Histograms, re-use auto yrange Stephen Prather <smprather@gmail.com> - 2019-01-25 10:51 -0800
csiph-web