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
if you are using these in a non interactive manner, the plots will never show. Calling plt.show() shouldnt matter to those using notebooks (I think) but absolutely be needed for those of use using the the non inline renders.
The text was updated successfully, but these errors were encountered:
Good point! Does everything still work if you call plt.show() manually after the command?
Is your suggested solution to just add plt.show() at the end of each function? I generally work in notebooks, so I'm not too familiar with how things behave when working inline.
if you are using these in a non interactive manner, the plots will never show. Calling plt.show() shouldnt matter to those using notebooks (I think) but absolutely be needed for those of use using the the non inline renders.
The text was updated successfully, but these errors were encountered: