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