diff options
author | Tyler Reddy <tyler.je.reddy@gmail.com> | 2018-12-30 18:18:30 -0800 |
---|---|---|
committer | Tyler Reddy <tyler.je.reddy@gmail.com> | 2019-01-02 10:25:32 -0800 |
commit | 49a798c27d08f244207829c57d9621c9514e8c82 (patch) | |
tree | f723e3f62eea76a39f6c86a37a81ba885aebcfd7 /numpy/lib/twodim_base.py | |
parent | a16fc9499eaa7cc9d7532f8a51725c6ed647cd1b (diff) | |
download | numpy-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.py | 1 |
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 |