You are reading an old version of the documentation (v3.1.0). For the latest version see https://matplotlib.org/stable/api/prev_api_changes/api_changes_0.91.2.html
Version 3.1.0
matplotlib
Fork me on GitHub

Changes for 0.91.2ΒΆ

  • For csv2rec(), checkrows=0 is the new default indicating all rows will be checked for type inference
  • A warning is issued when an image is drawn on log-scaled axes, since it will not log-scale the image data.
  • Moved rec2gtk() to matplotlib.toolkits.gtktools
  • Moved rec2excel() to matplotlib.toolkits.exceltools
  • Removed, dead/experimental ExampleInfo, Namespace and Importer code from matplotlib.__init__