File: org-plot.el.html
Borrows ideas and a couple of lines of code from org-exp.el.
Thanks to the Org mailing list for testing and implementation and feature suggestions
Defined variables (4)
org-plot/gnuplot-default-options | Default options to gnuplot used by ‘org-plot/gnuplot’. |
org-plot/gnuplot-script-preamble | String of function to be inserted before the gnuplot plot command is run. |
org-plot/gnuplot-term-extra | String or function which provides the extra term options. |
org-plot/preset-plot-types | List of plists describing the available plot types. |
Defined functions (17)
org--plot/item-frequencies | (VALUES &optional NORMALIZE) |
org--plot/merge-alists | (FUNCTION DEFAULT ALIST1 ALIST2 &rest ALISTS) |
org--plot/nice-frequency-pick | (FREQUENCIES) |
org--plot/prime-factors | (VALUE) |
org--plot/radar | (TABLE PARAMS) |
org--plot/sensible-tick-num | (TABLE &optional HARD-MIN HARD-MAX) |
org--plot/values-stats | (NUMS &optional HARD-MIN HARD-MAX) |
org-plot-quote-timestamp-field | (S) |
org-plot-quote-tsv-field | (S) |
org-plot/add-options-to-plist | (P OPTIONS) |
org-plot/collect-options | (&optional PARAMS) |
org-plot/gnuplot | (&optional PARAMS) |
org-plot/gnuplot-script | (TABLE DATA-FILE NUM-COLS PARAMS &optional PREFACE) |
org-plot/gnuplot-to-data | (TABLE DATA-FILE PARAMS) |
org-plot/gnuplot-to-grid-data | (TABLE DATA-FILE PARAMS) |
org-plot/goto-nearest-table | () |
org-plot/redisplay-img-in-buffer | (IMG-FILE) |