Skip to content

BUG: fontsize parameter of plot only affects x-axis. #8765

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
davidastephens opened this issue Nov 9, 2014 · 1 comment · Fixed by #8766
Closed

BUG: fontsize parameter of plot only affects x-axis. #8765

davidastephens opened this issue Nov 9, 2014 · 1 comment · Fixed by #8766
Labels
Milestone

Comments

@davidastephens
Copy link
Contributor

import pandas as pd
import numpy as np
df = pd.DataFrame(np.random.randn(10, 9), index=range(10))
df.plot()

Results in this plot (all the same font size):
figure_with_normal_font

df.plot(fontsize=4)

Results in this plot (only the x-axis font size is changed):
figure_with_small_font

@jorisvandenbossche
Copy link
Member

Closed by #8940

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants