Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3036
| From | Janis Papanagnou <janis_papanagnou@hotmail.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Line type defined by data |
| Date | 2015-08-16 15:45 +0200 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <mqq45h$mhq$1@speranza.aioe.org> (permalink) |
| References | (2 earlier) <mqn6a4$khd$1@speranza.aioe.org> <mqnu9j$7c7$1@dont-email.me> <mqobpq$9r6$1@speranza.aioe.org> <mqp04r$jup$1@dont-email.me> <mqpvkr$cli$1@speranza.aioe.org> |
On 16.08.2015 14:28, Janis Papanagnou wrote: > On 16.08.2015 05:32, Ethan A Merritt wrote: >> >> Or, since you say you can fill in that column as you choose, >> you could provide a file that looked like this: >> >> 20050723 5470 0xff0000 # red >> 20050723 5471 0x00ff00 # green >> 20050723 5472 0x00ff00 >> 20050723 5473 0x00ff00 >> 20050723 5474 0x0000ff # blue >> >> and plot it all at once using >> >> plot 'datafile.dat' using 1:2:3 lc rgb varialbe >> > > This looks like an interesting variant! - I'll try that. Thanks! It works fine. Compared to the other two variants upthread I like that the plot command is structurally very simple! - A minor issue is only that with the other variants I get two titles in the diagram, one for the "red" and one for the "green" case, and here I get only one. While that's not that impotant in my actual case (so I use an empty 'title') I'd be interested to know whether there's also an option to create two titles with the one plot command suggested here. Janis
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Line type defined by data Janis Papanagnou <janis_papanagnou@hotmail.com> - 2015-08-15 02:15 +0200
Re: Line type defined by data Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2015-08-15 12:40 +0200
Re: Line type defined by data Janis Papanagnou <janis_papanagnou@hotmail.com> - 2015-08-15 13:03 +0200
Re: Line type defined by data Ethan A Merritt <EAMerritt@gmail.com> - 2015-08-15 10:54 -0700
Re: Line type defined by data Janis Papanagnou <janis_papanagnou@hotmail.com> - 2015-08-15 23:43 +0200
Re: Line type defined by data Ethan A Merritt <EAMerritt@gmail.com> - 2015-08-15 20:32 -0700
Re: Line type defined by data Janis Papanagnou <janis_papanagnou@hotmail.com> - 2015-08-16 14:28 +0200
Re: Line type defined by data Janis Papanagnou <janis_papanagnou@hotmail.com> - 2015-08-16 15:45 +0200
Re: Line type defined by data Karl-Friedrich Ratzsch <mail.kfr@gmx.net> - 2015-08-16 17:12 +0200
Re: Line type defined by data Janis Papanagnou <janis_papanagnou@hotmail.com> - 2015-08-17 16:06 +0200
csiph-web