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

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

[Octave-bug-tracker] [bug #60131] problem with pbaspect or daspect


From: Idar Barstad
Subject: [Octave-bug-tracker] [bug #60131] problem with pbaspect or daspect
Date: Sat, 27 Feb 2021 04:40:10 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:86.0) Gecko/20100101 Firefox/86.0

Follow-up Comment #2, bug #60131 (project octave):

... I also see that setting xlim on plotyy-plot is problematic, it typically
creates double up with numbers on the x-axis: 


clf; 
[ax h1 h2] = plotyy(...)

xlim([val_1 val_2]) 

% seem to be equivalent to xlim(ax(1),[val_1 val_2])  
%I think the default should be set so that the same limit apply %for both axes
(ax(1) and ax(2)) as they share the x-axis.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60131>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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