[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #47322] Automatic x labels on plots may overla
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #47322] Automatic x labels on plots may overlap |
Date: |
Wed, 02 Mar 2016 18:19:50 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 |
Update of bug #47322 (project octave):
Status: None => Confirmed
Summary: x labels in subplot get squashed => Automatic x
labels on plots may overlap
_______________________________________________________
Follow-up Comment #1:
This is a known bug. Octave tries to compute approximately 4-7 divisions for
automatic tick marks. That calculation is done based on the xlimits of the
plot. Once those are calculated Octave just puts them on the graph,
regardless of whether they fit. You can see the same thing without subplot
simply by changing the fontsize.
plot (1:1e6);
set (gca, "fontsize", 40);
There might already be a bug reported about this, I'm not sure. I've
re-titled the report since it is not specific to subplots.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47322>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/