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: anonymous
Subject: [Octave-bug-tracker] [bug #34148] Subplots with gnuplot overlap with plotyy
Date: Wed, 31 Aug 2011 23:51:05 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.20) Gecko/20110822 Gentoo

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

# demonstrate octave.plotyy()  overlay errors with gnuplot
# call this script simple_overlap_err.m

y=x=[1:10];

for rc=[3:6]
 subplot (3,3,rc);

 axis([0,10,0,10]);
 plotyy(x,y,x,y);
 title("title");
 ylabel("ylabel");
 xlabel("xlabel");
end; # for rc


Call this script twice: first call produces the plot with ylabels on the RHS,
the second on the LHS. 


Maybe that is yet another undocumented feature but it seems inconsistent to
me. 

If that is expected behaviour please explain why.

(file #23915, file #23916)
    _______________________________________________________

Additional Item Attachment:

File name: phpUAblXJ                      Size:7 KB
File name: phpXYk8PJ                      Size:7 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]