Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #694

documentation clarification

From Oblio <oblio.leitch@gmail.com>
Newsgroups comp.graphics.apps.gnuplot
Subject documentation clarification
Date 2011-11-21 07:13 -0800
Organization http://groups.google.com
Message-ID <75ae3b2c-53a6-4265-85a0-2c7120e25472@w3g2000vbw.googlegroups.com> (permalink)

Show all headers | View raw


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.  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.

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar


Thread

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