Matplotlib has changed their webpage a lot recently. Almost all links were either redirected or pointed to an old, static, version of the docs. All cases were updated to point to the current version.
Also, using plt.gca() with any arguments throws a Deprecation warning now. I updated it to the (now) correct plt.axes().
Matplotlib has changed their webpage a lot recently. Almost all links were either redirected or pointed to an old, static, version of the docs. All cases were updated to point to the current version. Also, using
plt.gca()
with any arguments throws a Deprecation warning now. I updated it to the (now) correctplt.axes()
.