From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: org-plot on multiple y axes Date: Wed, 12 Apr 2017 13:06:21 +0100 Message-ID: <87a87lkeyq.fsf@t3610> References: <75edb7eb564847eabe65412a84eeec19@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> Reply-To: Eric S Fraga Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyH2g-0001DZ-WE for emacs-orgmode@gnu.org; Wed, 12 Apr 2017 08:06:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyH2d-0001At-2z for emacs-orgmode@gnu.org; Wed, 12 Apr 2017 08:06:34 -0400 Received: from mail-db5eur01on0138.outbound.protection.outlook.com ([104.47.2.138]:60334 helo=EUR01-DB5-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cyH2c-00019P-L0 for emacs-orgmode@gnu.org; Wed, 12 Apr 2017 08:06:31 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain 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 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQSPXCedOQfhSlwpVw3IkZPY//z2fQUCWO4YPQAKCRDIkZPY//z2 ffOEAJ9LkcHZBRgqwQ7K/rfja06Fm00b7gCaA2QEZg+v/jJuLHLiqxai28/lSKI= =/z+h -----END PGP SIGNATURE----- --=-=-=--