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
I have a Jupyter notebook dark theme set up. The white space generated by calling plot_state_city is not enough for the figure axis labels to be inside it.
Setting a higher value for figsize=() seems to correct it, but the labels also get smaller.
It could be because I have a higher DPI monitor. Not sure whether #3315 could be related or not.
The white space generated by calling plot_state_city should include enough space for axis labels, and the labels should maybe scale at least to some extent when figsize is increased.
Any suggestions?
No response
The text was updated successfully, but these errors were encountered:
Environment
Python version | 3.10.5
Python compiler | GCC
Linux, OpenSUSE Tumbleweed
What is happening?
I have a Jupyter notebook dark theme set up. The white space generated by calling plot_state_city is not enough for the figure axis labels to be inside it.
Setting a higher value for figsize=() seems to correct it, but the labels also get smaller.
It could be because I have a higher DPI monitor. Not sure whether #3315 could be related or not.
How can we reproduce the issue?
Use non-default Jupyter notebook theme, then:
What should happen?
The white space generated by calling plot_state_city should include enough space for axis labels, and the labels should maybe scale at least to some extent when figsize is increased.
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: