From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: emacs-orgmode@gnu.org
Subject: Re: org-plot on multiple y axes
Date: Wed, 12 Apr 2017 13:06:21 +0100 [thread overview]
Message-ID: <87a87lkeyq.fsf@t3610> (raw)
In-Reply-To: 75edb7eb564847eabe65412a84eeec19@HE1PR01MB1898.eurprd01.prod.exchangelabs.com
[-- Attachment #1: Type: text/plain, Size: 634 bytes --]
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]
next parent reply other threads:[~2017-04-12 12:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <75edb7eb564847eabe65412a84eeec19@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2017-04-12 12:06 ` Eric S Fraga [this message]
2017-04-12 11:45 org-plot on multiple y axes Aaron Jensen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87a87lkeyq.fsf@t3610 \
--to=e.fraga@ucl.ac.uk \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).