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 would like to know how to change the axis limits.
I'm on the 4th example and I tried self.ax.set_xlim([0, 100])
but it doesn't seem to work.
Furthermore, when i change the figsize nothing happens again.
Any idea on what's happening?
The text was updated successfully, but these errors were encountered:
I would like to know how to change the axis limits.
I'm on the 4th example and I tried
self.ax.set_xlim([0, 100])
but it doesn't seem to work.
Furthermore, when i change the figsize nothing happens again.
Any idea on what's happening?
The text was updated successfully, but these errors were encountered: