fixed doc reformatting typo

This commit is contained in:
Dima Kogan 2013-10-19 14:26:30 -07:00
parent faaeac7990
commit acd6de507c

View File

@ -1250,39 +1250,15 @@ Automatically increments extraValuesPerPoint
=item =item
--xlabel xxx
Set x-axis label
=item
--ylabel xxx
Set y-axis label
=item
--y2label xxx
Set y2-axis label. Does not apply to 3d plots
=item
--zlabel xxx
Set y-axis label. Only applies to 3d plots
=item
--title xxx --title xxx
Set the title of the plot Set the title of the plot
=item =item
--legend curveID lege --legend curveID legend
nd Set the label for a curve plot. Use this option multiple times for multiple Set the label for a curve plot. Use this option multiple times for multiple
curves. With --dataid, curveID is the ID. Otherwise, it's the index of the curves. With --dataid, curveID is the ID. Otherwise, it's the index of the
curve, starting at 0 curve, starting at 0
@ -1306,7 +1282,14 @@ to 0 to plot ALL the data. Does not make sense with 3d plots. Implies
Set the range for the given axis. These x-axis bounds are ignored in a streaming Set the range for the given axis. These x-axis bounds are ignored in a streaming
plot. The y2-axis bound do not apply in 3d plots. The z-axis bounds apply plot. The y2-axis bound do not apply in 3d plots. The z-axis bounds apply
I<ONLY> to 3d plots or colormaps. I<only> to 3d plots or colormaps.
=item
--xlabel/ylabel/y2label/zlabel xxx
Label the given axis. The y2-axis label does not apply to 3d plots while the
z-axis label applies I<only> to 3d plots.
=item =item