You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proplot expected rc['axes.labelsize'] to be a font size in points, but evidently this particular style specified the font size with a string like 'small' or 'large'.
This will be quite simple to fix; will try to get to it soon, and release a new version when it's done.
lukelbd
changed the title
Can not use the plot sytle
Issues with non-numeric font sizes like "small"
May 9, 2020
This is fixed in the master branch (will release a new version soon). I've also added stylesheet support so rather than using style.context, you can use proplot's own context manager to turn on the 'ggplot' stylesheet as follows:
importproplotasplotwithplot.rc.context(style='ggplot'):
... # do stuff
Uh oh!
There was an error while loading. Please reload this page.
Hi:
I want to use the matplotlib style to pyplot, like:
But I get the error:
So, why? Thanks very much!
Dave
The text was updated successfully, but these errors were encountered: