Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
This commit is contained in:
commit
5e5c8c1348
|
@ -251,8 +251,7 @@ manner suitable for prepending to a user-specified script."
|
||||||
(cons
|
(cons
|
||||||
(format plot-str data-file
|
(format plot-str data-file
|
||||||
(or (and ind (> ind 0)
|
(or (and ind (> ind 0)
|
||||||
(not (or (equal 'histograms (plist-get params :with))
|
(not text-ind)
|
||||||
(equal 'hist (plist-get params :with))))
|
|
||||||
(format "%d:" ind)) "")
|
(format "%d:" ind)) "")
|
||||||
(+ 1 col)
|
(+ 1 col)
|
||||||
(if text-ind (format ":xticlabel(%d)" ind) "")
|
(if text-ind (format ":xticlabel(%d)" ind) "")
|
||||||
|
|
Loading…
Reference in New Issue