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/VIS: rot and fontsize are not applied to timeseries plots #7844
Conversation
jreback
added Visualization Bug
labels
Jul 26, 2014
jreback
added this to the
0.15.0
milestone
Jul 26, 2014
|
The problem affects to kde, scatter, and hexbin plots. These all ignores In kde, I think it is natural to use |
sinhrks
referenced
this pull request
Jul 26, 2014
Merged
ENH/CLN: add HistPlot class inheriting MPLPlot #7809
jreback
added a commit
that referenced
this pull request
Jul 28, 2014
|
|
jreback |
e04e0ec
|
jreback
merged commit e04e0ec
into pandas-dev:master
Jul 28, 2014
1 check passed
continuous-integration/travis-ci
The Travis CI build passed
Details
|
@sinhrks thanks.... |
sinhrks
referenced
this pull request
Jul 30, 2014
Open
VIS: Warn when a user passes an ignored argument #7045
sinhrks
deleted the
sinhrks:minor_rot branch
Aug 4, 2014
sinhrks
referenced
this pull request
Aug 30, 2014
Closed
VIS: datetime plots x axis format: labels now rotated? #8150
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sinhrks commentedJul 25, 2014
In some plots,
rotandfontsizearguments are not applied properly.rotis not applied to minor ticklabels, andfontsizeis completely ignored. (Fixed to apply to xticklabels)rotandfontsizeare completely ignored. (Fixed to apply to xticklabels)rotandfontsizeare completely ignored. (Under confirmation)Current Result
After Fix