Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #695
| From | sfeam <sfeam@users.sourceforge.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: documentation clarification |
| Followup-To | comp.graphics.apps.gnuplot |
| Date | 2011-11-21 11:04 -0800 |
| Organization | gnuplot development team |
| Message-ID | <jae7b2$p9u$1@dont-email.me> (permalink) |
| References | <75ae3b2c-53a6-4265-85a0-2c7120e25472@w3g2000vbw.googlegroups.com> |
Followups directed to: comp.graphics.apps.gnuplot
Oblio wrote: > The documentation shows two different examples for giving labels under > the Histograms section. The sample syntax is: > > set style histogram columnstacked > plot '' u 5:key(1) # uses first column to generate key titles > plot '' u 5 title columnhead # uses first row to generate xtic labels > > The comments appear to me not to be mutually exclusive. Correct. They can both be used for the same columnstacked plot. > In fact this > is what I'd like to do - can I combine "key(x)" to note that the data > is coming from column x, while using the "columnhead" to create the x > labels? This makes a lot more sense when you're creating a rowstack. That doesn't make sense. In a rowstacked plot each column of data contributes to every x value. How could you use the column header as an x label?
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
documentation clarification Oblio <oblio.leitch@gmail.com> - 2011-11-21 07:13 -0800 Re: documentation clarification sfeam <sfeam@users.sourceforge.net> - 2011-11-21 11:04 -0800
csiph-web