emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-plot on multiple y axes


From: Eric S Fraga
Subject: Re: [O] org-plot on multiple y axes
Date: Wed, 12 Apr 2017 13:06:21 +0100

On Wednesday, 12 Apr 2017 at 11:45, Aaron Jensen wrote:
> Hi,
>
> Is it possible to use org-plot to plot on multiple y axes? gnuplot
> supports y2range, and I can specify that, but I don't know how (or if
> it is possible) to specify which deps should be plotted against which
> axis.

I'm not sure what you want is possible (others can chime in...) but you
could use gnuplot via babel instead which is what I do all the time:

#+begin_src gnuplot :var data=sometable
set y2range ...
set y2label ...
plot data using ... axes x1y2 ...
#+end_src

HTH,
eric

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 26.0.50, Org release_9.0.5-444-g998576

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]