We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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):
df.plot(fontsize=4)
Results in this plot (only the x-axis font size is changed):
The text was updated successfully, but these errors were encountered:
BUG: Fixed font size (set it on both x and y axis). pandas-dev#8765
47a831e
Merge pull request #8940 from papaloizouc/8765_bug_fontsize_only_on_x…
2ad9dc7
…_axis BUG: Fixed font size (set it on both x and y axis). #8765
Closed by #8940
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Results in this plot (all the same font size):

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

The text was updated successfully, but these errors were encountered: