From 791b5d1b2e85121ab496abf7d7c2beaa80641bd6 Mon Sep 17 00:00:00 2001 From: Matias Date: Sun, 15 Nov 2020 17:57:02 -0300 Subject: [PATCH 1/2] add reference to documentation package mpl_sample_data closes #18797 --- INSTALL.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL.rst b/INSTALL.rst index 0145863cfbcc..df9171ab172f 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -45,6 +45,9 @@ The wheels (:file:`*.whl`) on the `PyPI download page `_ do not contain test data or example code. +You can install the test data as follows:: +conda install -c conda-forge mpl_sample_data + If you want to try the many demos that come in the Matplotlib source distribution, download the :file:`*.tar.gz` file and look in the :file:`examples` subdirectory. From 4f3ce34780da6594a5f6a3ad77dfe19f532db440 Mon Sep 17 00:00:00 2001 From: Matias Date: Sun, 15 Nov 2020 18:09:37 -0300 Subject: [PATCH 2/2] add to the doc conda package examples mpl_sample_data --- INSTALL.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index df9171ab172f..6658a0558898 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -45,13 +45,15 @@ The wheels (:file:`*.whl`) on the `PyPI download page `_ do not contain test data or example code. -You can install the test data as follows:: -conda install -c conda-forge mpl_sample_data If you want to try the many demos that come in the Matplotlib source distribution, download the :file:`*.tar.gz` file and look in the :file:`examples` subdirectory. +If you are using conda and conda-forge you can install the test data as follows:: + + conda install -c conda-forge mpl_sample_data + To run the test suite: * extract the :file:`lib/matplotlib/tests` or :file:`lib/mpl_toolkits/tests`