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
Hi, it is mainly about the print brackets for python3.
Also, as many examples do not show the actual plot, I recommend to use import matplotlib.pyplot as plt at the beginning and put a plt.show() at the end.
Otherwise, it is hard for newbies to know what is going on.