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
On some Mac VMs, matplotlib.show() was entering an interactive event
loop, which caused four uhi tutorials to time out.
By switching matplotlib to the PNG backend, show() is skipped as follows:
hist015_TH1_read_and_draw_uhi.py:88: UserWarning: FigureCanvasAgg is non-interactive, and thus cannot be shown
plt.show()
0 commit comments