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

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

[Octave-bug-tracker] [bug #34148] Subplots with gnuplot overlap with plo


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #34148] Subplots with gnuplot overlap with plotyy
Date: Wed, 31 Aug 2011 23:11:07 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1

Follow-up Comment #14, bug #34148 (project octave):

A simple example ...


x = 0:0.1:10;
[ax, h1, h2] = plotyy (x, sin(x), x, cos(x));
ylabel ylabel2
axes (ax(1));
ylabel ylabel1
xlabel xlabel
print -dpdfwrite plotyy.pdf
-verbatiim-

I've attached the resulting pdf (plotyy.pdf).

You asked if the ylabel supposed to stay on the same side if the plotyy call
is repeated. If plotyy is repeated all axis label should be erased. Which is
what happens when I repeat the plotyy command.


(file #23914)
    _______________________________________________________

Additional Item Attachment:

File name: plotyy.pdf                     Size:4 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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