Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6595e4c

Browse files
committed
DOC: Remove duplicate documentation from last merge.
These entries were moved from mpl_toolkits to thirdpartypackages on master as part of #5752.
1 parent e66a88a commit 6595e4c

File tree

2 files changed

+3
-103
lines changed

2 files changed

+3
-103
lines changed

doc/mpl_toolkits/index.rst

Lines changed: 0 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -73,102 +73,3 @@ Excel Tools
7373
``mpl_toolkits.exceltools`` provides some utilities for working with
7474
Excel. This toolkit ships with matplotlib, but requires
7575
`xlwt <http://pypi.python.org/pypi/xlwt>`_
76-
77-
78-
.. _toolkit_natgrid:
79-
80-
Natgrid
81-
=======
82-
(*Not distributed with matplotlib*)
83-
84-
mpl_toolkits.natgrid is an interface to natgrid C library for gridding
85-
irregularly spaced data. This requires a separate installation of the
86-
`natgrid toolkit <http://github.com/matplotlib/natgrid>`__.
87-
88-
89-
.. _toolkit_matplotlibvenn:
90-
91-
Matplotlib-Venn
92-
===============
93-
(*Not distributed with matplotlib*)
94-
95-
`Matplotlib-Venn <https://github.com/konstantint/matplotlib-venn>`_ provides a set of functions for plotting 2- and 3-set area-weighted (or unweighted) Venn diagrams.
96-
97-
mplstereonet
98-
===============
99-
(*Not distributed with matplotlib*)
100-
101-
`mplstereonet <https://github.com/joferkington/mplstereonet>`_ provides stereonets for plotting and analyzing orientation data in Matplotlib.
102-
103-
104-
.. _hl_plotting:
105-
106-
High-Level Plotting
107-
*******************
108-
109-
Several projects have started to provide a higher-level interface to
110-
matplotlib. These are independent projects.
111-
112-
.. _toolkit_seaborn:
113-
114-
seaborn
115-
=======
116-
(*Not distributed with matplotlib*)
117-
118-
`seaborn <https://seaborn.github.io/>`_ is a high level interface for drawing
119-
statistical graphics with matplotlib. It aims to make visualization a central
120-
part of exploring and understanding complex datasets.
121-
122-
.. image:: /_static/seaborn.png
123-
:height: 157px
124-
125-
.. _toolkit_holoviews:
126-
127-
holoviews
128-
=========
129-
(*Not distributed with matplotlib*)
130-
131-
`holoviews <http://holoviews.org>`_ makes it easier to visualize data
132-
interactively, especially in a `Jupyter notebook
133-
<http://jupyter.org>`_, by providing a set of declarative
134-
plotting objects that store your data and associated metadata. Your
135-
data is then immediately visualizable alongside or overlaid with other
136-
data, either statically or with automatically provided widgets for
137-
parameter exploration.
138-
139-
.. image:: /_static/holoviews.png
140-
:height: 354px
141-
142-
.. _toolkit_ggplot:
143-
144-
ggplot
145-
======
146-
(*Not distributed with matplotlib*)
147-
148-
`ggplot <https://github.com/yhat/ggplot>`_ is a port of the R ggplot2
149-
to python based on matplotlib.
150-
151-
.. image:: /_static/ggplot.png
152-
:height: 195px
153-
154-
155-
.. _toolkit_prettyplotlib:
156-
157-
prettyplotlib
158-
=============
159-
(*Not distributed with matplotlib*)
160-
161-
`prettyplotlib <https://olgabot.github.io/prettyplotlib>`_ is an extension
162-
to matplotlib which changes many of the defaults to make plots some
163-
consider more attractive.
164-
165-
166-
iTerm2 terminal backend
167-
=======================
168-
(*Not distributed with matplotlib*)
169-
170-
`matplotlib_iterm2 <https://github.com/oselivanov/matplotlib_iterm2>`_ is an
171-
external matplotlib backend uses iTerm2 nightly build inline image display
172-
feature.
173-
174-
.. image:: /_static/matplotlib_iterm2_demo.png

doc/thirdpartypackages/index.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ matplotlib plots.
2727
seaborn
2828
=======
2929

30-
`seaborn <http://web.stanford.edu/~mwaskom/software/seaborn>`_ is a high
31-
level interface for drawing statistical graphics with matplotlib. It
32-
aims to make visualization a central part of exploring and
33-
understanding complex datasets.
30+
`seaborn <https://seaborn.github.io/>`_ is a high level interface for drawing
31+
statistical graphics with matplotlib. It aims to make visualization a central
32+
part of exploring and understanding complex datasets.
3433

3534
.. image:: /_static/seaborn.png
3635
:height: 157px

0 commit comments

Comments
 (0)