[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #38553] axis() command and badly re-drawn plot
From: |
Pantxo Diribarne |
Subject: |
[Octave-bug-tracker] [bug #38553] axis() command and badly re-drawn plots |
Date: |
Sat, 17 Dec 2016 20:33:20 -0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0 |
Follow-up Comment #1, bug #38553 (project octave):
I added an example which I think may be a clue, inspired from this thread on
the help list:
http://octave.1599824.n4.nabble.com/Problems-with-the-ui-family-of-functions-tc4680125.html
x = 0:.2:10*pi;
subplot (2,1,1)
plot (x, sin(x))
xlim ([15 17])
subplot (2,1,2)
plot (x, sin(x))
for ii = 1:2:15
xlim ([ii 32-ii])
endfor
It shows that the length of the ticks is not deterministic, it somehow depends
on how much times xlim has been called.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?38553>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #38553] axis() command and badly re-drawn plots,
Pantxo Diribarne <=