Skip to content
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

--fontsize does nothing #18

Closed
mcastorina opened this issue Nov 1, 2018 · 1 comment
Closed

--fontsize does nothing #18

mcastorina opened this issue Nov 1, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@mcastorina
Copy link
Owner

It's not currently being used. This would be a good "default" option that changes the base font globally and allows for more specific fontsize definition.

matplotlib.rcParams.update({'font.size': Graph.fontsize})
@mcastorina
Copy link
Owner Author

7bf3aed adds a fix for this, but it introduces other bugs

--xlabel-fontsize --ylabel-fontsize --xtick-fontsize and --ytick-fontsize do nothing if the --fontsize flag is used. I think there is an issue with the user-set flags; on inspection they are always set to true even if none provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant