Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: timeseries subplots may display unnecessary minor ticklabels #7801
Conversation
|
Ah, this is not good as vertical grids are hidden. Leave it a while... |
jreback
added the
Visualization
label
Jul 19, 2014
|
@sinhrks this is a bug-fix or enhancement? |
jreback
added the
Bug
label
Jul 19, 2014
jreback
added this to the
0.15.0
milestone
Jul 19, 2014
|
Modified to use |
|
@sinhrks ping your unmerged issues that you think are ready |
|
@jreback I think this one is ready. |
jreback
added a commit
that referenced
this pull request
Jul 22, 2014
|
|
jreback |
43ba74e
|
jreback
merged commit 43ba74e
into pandas-dev:master
Jul 22, 2014
1 check passed
continuous-integration/travis-ci
The Travis CI build passed
Details
|
thanks! |
sinhrks
deleted the
sinhrks:axlayout_bug branch
Jul 23, 2014
sinhrks
referenced
this pull request
Jul 30, 2015
Closed
Pandas rendering minor ticks in matplotlib sublots with shared axes #10657
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sinhrks commentedJul 19, 2014
Related to #7457. The fix was incomplete because it only hides major ticklabels, not minor ticklabels. This causes incorrect result in time-series plot.
(And another problem is
rotdefault is not applied to minor ticks. I'll check this separatelly)Current result:
Minor ticklabels of top 3 axes are not hidden.

Result after fix: