matplotlib/cheatsheets

Matplotlib Deprecation Warning in /scripts/scales.py

LouisJustinTALLOT opened this issue · 0 comments

As we execute /scripts/scales.py, we have the following warning :

scales.py:27: MatplotlibDeprecationWarning: The 'basex' parameter of __init__() has been renamed 'base' since Matplotlib 3.3; support for the old name will be dropped two minor releases later.
  ax.set_xscale("log", basex=10)
scales.py:39: MatplotlibDeprecationWarning: The 'basex' parameter of __init__() has been renamed 'base' since Matplotlib 3.3; support for the old name will be dropped two minor releases later.
  ax.set_xscale("symlog", basex=10, linthreshx=1)
scales.py:39: MatplotlibDeprecationWarning: The 'linthreshx' parameter of __init__() has been renamed 'linthresh' since Matplotlib 3.3; support for the old name will be dropped two minor releases later.
  ax.set_xscale("symlog", basex=10, linthreshx=1)