octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #45822] Subplots with Gnuplot: Two y-axes?


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #45822] Subplots with Gnuplot: Two y-axes?
Date: Mon, 31 Aug 2015 04:43:56 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #1, bug #45822 (project octave):

The problem is probably in  __gnuplot_draw_axes__.m , lines 148-149


  fputs (plot_stream, "unset x2tics;n");
  fputs (plot_stream, "unset x2tics;n");


The second line should be


  fputs (plot_stream, "unset y2tics;n");




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45822>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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