Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2241
| From | John Edwards <johned0@gmail.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Feature request : replot multiplot |
| Date | 2014-01-08 13:47 +0000 |
| Message-ID | <bj538eF9qr1U1@mid.individual.net> (permalink) |
| References | <bj3il0Fb18U1@mid.individual.net> <bj4fjeF5l5gU1@mid.dfncis.de> <bj4otcF7kasU2@mid.individual.net> <lajkbu$fi3$1@news.rz.uni-karlsruhe.de> |
> You could use "set table" to plot each dataset to a temporary file, and > store the min/max values for each (found in GPVAL_DATA_X/Y_MIN/MAX after > each plot). Afterwards chose the desired ranges, do your multiplot with > the tempfiles, and then delete them using a "system" call. Thanks Karl, I wasn't aware of the table option but I have had a look. It is an interesting idea that I already researched using "save" instead of table. If I understand it correctly, table would require me to send each dataset twice - once to plot it as the graph is built up and once to save it to a file for replotting. I think an intermediate file solution might be better than piping the data. I'm still mulling this over. Cheers, John
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Feature request : replot multiplot John Edwards <johned0@gmail.com> - 2014-01-07 23:58 +0000
Re: Feature request : replot multiplot Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2014-01-08 09:12 +0100
Re: Feature request : replot multiplot Karl <mail.kfr@gmx.net> - 2014-01-08 10:07 +0100
Re: Feature request : replot multiplot John Edwards <johned0@gmail.com> - 2014-01-08 10:50 +0000
Re: Feature request : replot multiplot Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2014-01-08 19:20 +0100
Re: Feature request : replot multiplot John Edwards <johned0@gmail.com> - 2014-01-08 18:44 +0000
Re: Feature request : replot multiplot Christoph Bersch <usenet@bersch.net> - 2014-01-08 20:05 +0100
Re: Feature request : replot multiplot John Edwards <johned0@gmail.com> - 2014-01-08 23:12 +0000
Re: Feature request : replot multiplot John Edwards <johned0@gmail.com> - 2014-01-08 10:51 +0000
Re: Feature request : replot multiplot Karl <mail.kfr@gmx.net> - 2014-01-08 14:38 +0100
Re: Feature request : replot multiplot John Edwards <johned0@gmail.com> - 2014-01-08 13:47 +0000
Re: Feature request : replot multiplot Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2014-01-08 19:23 +0100
Re: Feature request : replot multiplot Karl <mail.kfr@gmx.net> - 2014-01-08 09:48 +0100
Re: Feature request : replot multiplot Michael <proximum@land.ru> - 2014-01-08 15:47 +0700
Re: Feature request : replot multiplot Michael <proximum@land.ru> - 2014-01-08 20:18 +0700
Re: Feature request : replot multiplot John Edwards <johned0@gmail.com> - 2014-01-08 13:49 +0000
csiph-web