File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -106,10 +106,10 @@ standard Python shell or IPython. It is enabled as the default backend
106
106
for the official binaries. GTK3 is not supported on Windows.
107
107
108
108
The Windows installers (:file:`*.exe`) and wheels (:file:`*.whl`) on
109
- the `download page <http://matplotlib.org/downloads.html>`_ do not
109
+ the `download page <http://matplotlib.org/downloads.html>`_ do not
110
110
contain test data or example code.
111
111
If you want to try the many demos that come in the matplotlib source
112
- distribution, download the :file:`*.tar.gz` file and look in the
112
+ distribution, download the :file:`*.tar.gz` file and look in the
113
113
:file:`examples` subdirectory.
114
114
To run the test suite, copy the :file:`lib\matplotlib\tests` and
115
115
:file:`lib\mpl_toolkits\tests` directories from the source distribution to
@@ -243,6 +243,12 @@ Optional dependencies
243
243
:term:`freetype` 1.4 (or later)
244
244
library for reading true type font files.
245
245
246
+ `pytz`
247
+ Required if you want to manipulate datetime objects which are time-zone
248
+ aware. An exception will be raised if you try to make time-zone aware
249
+ plots with out `pytz` installed. It will become a required dependency
250
+ in 1.4.1.
251
+
246
252
247
253
Required libraries that ship with matplotlib
248
254
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments