mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 14:04:49 +08:00
doc
This commit is contained in:
parent
24029e09d9
commit
577c2da307
@ -586,7 +586,8 @@ C<--xticlabels>
|
||||
If given, the x-axis tic labels are not numerical, but are read from the data.
|
||||
This changes the interpretation of the input data: with C<--domain>, each line
|
||||
begins with C<x label ....>. Without C<--domain>, each line begins with C<label
|
||||
...>. This makes sense only without C<--3d>. Please see the guide
|
||||
...>. This does I<not> affect the tuple size. This makes sense only without
|
||||
C<--3d>. Please see the guide
|
||||
(L<https://github.com/dkogan/feedgnuplot/blob/master/guide/guide.org>) for usage
|
||||
examples.
|
||||
|
||||
|
@ -1995,7 +1995,8 @@ C<--xticlabels>
|
||||
If given, the x-axis tic labels are not numerical, but are read from the data.
|
||||
This changes the interpretation of the input data: with C<--domain>, each line
|
||||
begins with C<x label ....>. Without C<--domain>, each line begins with C<label
|
||||
...>. This makes sense only without C<--3d>. Please see the guide
|
||||
...>. This does I<not> affect the tuple size. This makes sense only without
|
||||
C<--3d>. Please see the guide
|
||||
(L<https://github.com/dkogan/feedgnuplot/blob/master/guide/guide.org>) for usage
|
||||
examples.
|
||||
|
||||
|
@ -538,7 +538,8 @@ These aren't "histograms", where gnuplot bins the data for us, but rather the
|
||||
data is given to us, ready to plot. We pass =--xticlabels= to indicate that the
|
||||
x-axis tic labels come from the data. This changes the interpretation of the
|
||||
input: with =--domain=, each line begins with =x label ....=. Without
|
||||
=--domain=, each line begins with =label ...=.
|
||||
=--domain=, each line begins with =label ...=. This does /not/ affect the
|
||||
tuple size.
|
||||
|
||||
Basic example without =--domain=:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user