Skip to content

Commit c24a72f

Browse files
gs9 everywhere
1 parent b2c8991 commit c24a72f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

INSTALL.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ etc., you can install the following:
170170
animated gifs;
171171
* `Pillow <https://pillow.readthedocs.io/en/latest/>`_ (>= 3.4): for a larger
172172
selection of image file formats: JPEG, BMP, and TIFF image files;
173-
* `LaTeX <https://miktex.org/>`_ and `GhostScript
174-
<https://ghostscript.com/download/>`_ (for rendering text with LaTeX).
173+
* `LaTeX <https://miktex.org/>`_ and `GhostScript (>=9.0)
174+
<https://ghostscript.com/download/>`_ : for rendering text with LaTeX.
175175

176176
.. note::
177177

doc/devel/testing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ local FreeType build.
2626
The following software is required to run the tests:
2727

2828
- pytest_ (>=3.6)
29-
- Ghostscript_ (to render PDF files)
29+
- Ghostscript_ (>= 9.0, to render PDF files)
3030
- Inkscape_ (to render SVG files)
3131

3232
Optionally you can install:

lib/matplotlib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ def checkdep_usetex(s):
516516
if not s:
517517
return False
518518

519-
gs_req = '8.60'
519+
gs_req = '9.00'
520520
dvipng_req = '1.6'
521521
flag = True
522522

tutorials/text/usetex.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
Matplotlib's LaTeX support requires a working LaTeX_ installation, dvipng_
2323
(which may be included with your LaTeX installation), and Ghostscript_
24-
(GPL Ghostscript 8.60 or later is recommended). The executables for these
24+
(GPL Ghostscript 9.0 or later is required). The executables for these
2525
external dependencies must all be located on your :envvar:`PATH`.
2626
2727
There are a couple of options to mention, which can be changed using

0 commit comments

Comments
 (0)