summaryrefslogtreecommitdiff
path: root/numpy/lib/twodim_base.py
diff options
context:
space:
mode:
authorTyler Reddy <tyler.je.reddy@gmail.com>2018-12-30 18:18:30 -0800
committerTyler Reddy <tyler.je.reddy@gmail.com>2019-01-02 10:25:32 -0800
commit49a798c27d08f244207829c57d9621c9514e8c82 (patch)
treef723e3f62eea76a39f6c86a37a81ba885aebcfd7 /numpy/lib/twodim_base.py
parenta16fc9499eaa7cc9d7532f8a51725c6ed647cd1b (diff)
downloadnumpy-49a798c27d08f244207829c57d9621c9514e8c82.tar.gz
DOC, TST: remove agg setting from docs
* there is no longer any usage of "agg" backend switching in our docstrings because this backend is already activated in the refguide_check machinery
Diffstat (limited to 'numpy/lib/twodim_base.py')
-rw-r--r--numpy/lib/twodim_base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/twodim_base.py b/numpy/lib/twodim_base.py
index 54d0240ef..aa57911bb 100644
--- a/numpy/lib/twodim_base.py
+++ b/numpy/lib/twodim_base.py
@@ -646,7 +646,6 @@ def histogram2d(x, y, bins=10, range=None, normed=None, weights=None,
--------
>>> import matplotlib
>>> import matplotlib.pyplot
- >>> matplotlib.pyplot.switch_backend('agg')
>>> import matplotlib as mpl
>>> import matplotlib.pyplot as plt