mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-23 07:18:53 +00:00
org-plot.el: Make min/max keywords consistent
* lisp/org-plot.el: (org-plot/add-options-to-plist): Have both x/y min/max, but have min/max aliased to the y-axis options.
This commit is contained in:
parent
90815cc948
commit
a831e763fa
@ -65,8 +65,10 @@ Returns the resulting property list."
|
||||
("timeind" . :timeind)
|
||||
("timefmt" . :timefmt)
|
||||
("min" . :ymin)
|
||||
("max" . :ymax)
|
||||
("ymin" . :ymin)
|
||||
("max" . :ymax)
|
||||
("ymax" . :ymax)
|
||||
("xmin" . :xmin)
|
||||
("xmax" . :xmax)
|
||||
("ticks" . :ticks)
|
||||
("trans" . :transpose)
|
||||
|
Loading…
Reference in New Issue
Block a user