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
ijunier
changed the title
fontsize is bugging in circhicfig.set_colorbar (jupyter 3.7)
Fontsize is bugging in circhicfig.set_colorbar (jupyter 3.7)
Jun 11, 2020
ijunier
changed the title
Fontsize is bugging in circhicfig.set_colorbar (jupyter 3.7)
fontsize is bugging in circhicfig.set_colorbar (jupyter 3.7)
Jun 11, 2020
I think this might be a Matplotlib problem more than a circhic problem. The colorbar set up is purely Matplotlib. I'll see if I can reproduce first with circhic & jupyter and then removing the dependency to circhic. If I can, I'll submit an issue to Matplotlib.
This generates a figure: cab.set_label("Normalized contact counts",fontsize=10)
This does not (ça mouline forever): cab.set_label("Normalized contact counts",fontsize=12)
No pb when using a script instead of jupyter
The text was updated successfully, but these errors were encountered: