We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bdd370 commit 3bfca79Copy full SHA for 3bfca79
lib/matplotlib/__init__.py
@@ -519,7 +519,7 @@ def checkdep_dvipng():
519
return str(get_executable_info("dvipng").version)
520
521
522
-@cbook.deprecated("2.2")
+@cbook.deprecated("3.0")
523
def checkdep_ghostscript():
524
info = get_executable_info("gs")
525
checkdep_ghostscript.executable = info.executable
@@ -541,7 +541,7 @@ def checkdep_inkscape():
541
checkdep_inkscape.version = None
542
543
544
545
def checkdep_ps_distiller(s):
546
if not s:
547
return False
0 commit comments