Merge branch 'bugfix'
This commit is contained in:
commit
0f11d21cb6
|
@ -2991,6 +2991,11 @@ For more information and examples see the [[https://orgmode.org/worg/org-tutoria
|
||||||
|
|
||||||
Specify which column of the table to use as the =x= axis.
|
Specify which column of the table to use as the =x= axis.
|
||||||
|
|
||||||
|
- =timeind= ::
|
||||||
|
|
||||||
|
Specify which column of the table to use as the =x= axis as a time
|
||||||
|
value.
|
||||||
|
|
||||||
- =deps= ::
|
- =deps= ::
|
||||||
|
|
||||||
Specify the columns to graph as a Lisp style list, surrounded by
|
Specify the columns to graph as a Lisp style list, surrounded by
|
||||||
|
@ -2998,7 +3003,7 @@ For more information and examples see the [[https://orgmode.org/worg/org-tutoria
|
||||||
the third and fourth columns. Defaults to graphing all other
|
the third and fourth columns. Defaults to graphing all other
|
||||||
columns aside from the =ind= column.
|
columns aside from the =ind= column.
|
||||||
|
|
||||||
- transpose ::
|
- =transpose= ::
|
||||||
|
|
||||||
When =y=, =yes=, or =t= attempt to transpose the table data before
|
When =y=, =yes=, or =t= attempt to transpose the table data before
|
||||||
plotting. Also recognizes the shorthand option =trans=.
|
plotting. Also recognizes the shorthand option =trans=.
|
||||||
|
@ -3033,21 +3038,21 @@ For more information and examples see the [[https://orgmode.org/worg/org-tutoria
|
||||||
When plotting =3d= or =grid= types, set this to =t= to graph a flat
|
When plotting =3d= or =grid= types, set this to =t= to graph a flat
|
||||||
mapping rather than a =3d= slope.
|
mapping rather than a =3d= slope.
|
||||||
|
|
||||||
- min ::
|
- =min= ::
|
||||||
|
|
||||||
Provides a minimum axis value that may be used by a plot type.
|
Provides a minimum axis value that may be used by a plot type.
|
||||||
Implicitly assumes the =y= axis is being referred to. Can
|
Implicitly assumes the =y= axis is being referred to. Can
|
||||||
explicitly provide a value for a either the =x= or =y= axis with
|
explicitly provide a value for a either the =x= or =y= axis with
|
||||||
=xmin= and =ymin=.
|
=xmin= and =ymin=.
|
||||||
|
|
||||||
- max ::
|
- =max= ::
|
||||||
|
|
||||||
Provides a maximum axis value that may be used by a plot type.
|
Provides a maximum axis value that may be used by a plot type.
|
||||||
Implicitly assumes the =y= axis is being referred to. Can
|
Implicitly assumes the =y= axis is being referred to. Can
|
||||||
explicitly provide a value for a either the =x= or =y= axis with
|
explicitly provide a value for a either the =x= or =y= axis with
|
||||||
=xmax= and =ymax=.
|
=xmax= and =ymax=.
|
||||||
|
|
||||||
- ticks ::
|
- =ticks= ::
|
||||||
|
|
||||||
Provides a desired number of axis ticks to display, that may be used
|
Provides a desired number of axis ticks to display, that may be used
|
||||||
by a plot type. If none is given a plot type that requires ticks
|
by a plot type. If none is given a plot type that requires ticks
|
||||||
|
|
Loading…
Reference in New Issue