diff --git a/INSTALL.rst b/INSTALL.rst index 9a5f7513fc3a..264eaf10af9d 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -172,8 +172,8 @@ etc., you can install the following: animated gifs; * `Pillow `_ (>= 3.4): for a larger selection of image file formats: JPEG, BMP, and TIFF image files; -* `LaTeX `_ and `GhostScript - `_ (for rendering text with LaTeX). +* `LaTeX `_ and `GhostScript (>=9.0) + `_ : for rendering text with LaTeX. .. note:: diff --git a/doc/devel/testing.rst b/doc/devel/testing.rst index 0d4a5e6f352a..c3a5eb8f9eb0 100644 --- a/doc/devel/testing.rst +++ b/doc/devel/testing.rst @@ -26,7 +26,7 @@ local FreeType build The following software is required to run the tests: - pytest_ (>=3.4) -- Ghostscript_ (to render PDF files) +- Ghostscript_ (>= 9.0, to render PDF files) - Inkscape_ (to render SVG files) Optionally you can install: diff --git a/lib/matplotlib/__init__.py b/lib/matplotlib/__init__.py index f33e0bef2b98..091cb617894a 100644 --- a/lib/matplotlib/__init__.py +++ b/lib/matplotlib/__init__.py @@ -526,7 +526,7 @@ def checkdep_usetex(s): if not s: return False - gs_req = '8.60' + gs_req = '9.00' dvipng_req = '1.6' flag = True diff --git a/tutorials/text/usetex.py b/tutorials/text/usetex.py index 1af699dc4224..5e292e4b4f41 100644 --- a/tutorials/text/usetex.py +++ b/tutorials/text/usetex.py @@ -21,7 +21,7 @@ Matplotlib's LaTeX support requires a working LaTeX_ installation, dvipng_ (which may be included with your LaTeX installation), and Ghostscript_ -(GPL Ghostscript 8.60 or later is recommended). The executables for these +(GPL Ghostscript 9.0 or later is required). The executables for these external dependencies must all be located on your :envvar:`PATH`. There are a couple of options to mention, which can be changed using