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

Skip to content

Commit 2844054

Browse files
committed
Remove exceltools and gtktools from docs
1 parent 75babe6 commit 2844054

5 files changed

Lines changed: 8 additions & 110 deletions

File tree

doc/mpl_toolkits/index.rst

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Toolkits
1515

1616

1717

18-
Toolkits are collections of application-specific functions that extend matplotlib.
18+
Toolkits are collections of application-specific functions that extend
19+
Matplotlib.
1920

2021

2122
.. _toolkit_mplot3d:
@@ -24,10 +25,10 @@ mplot3d
2425
=======
2526

2627

27-
:ref:`mpl_toolkits.mplot3d <toolkit_mplot3d-index>` provides some basic 3D plotting (scatter, surf,
28-
line, mesh) tools. Not the fastest or feature complete 3D library out
29-
there, but ships with matplotlib and thus may be a lighter weight
30-
solution for some use cases.
28+
:ref:`mpl_toolkits.mplot3d <toolkit_mplot3d-index>` provides some basic 3D
29+
plotting (scatter, surf, line, mesh) tools. Not the fastest or feature
30+
complete 3D library out there, but ships with Matplotlib and thus may be a
31+
lighter weight solution for some use cases.
3132

3233
.. plot:: mpl_examples/mplot3d/contourf3d_demo2.py
3334

@@ -38,7 +39,7 @@ axes_grid1
3839

3940

4041
The :ref:`mpl_toolkits.axes_grid1 <toolkit_axesgrid1-index>` toolkit is a
41-
collection of helper classes to ease displaying multiple axes in matplotlib.
42+
collection of helper classes to ease displaying multiple axes in Matplotlib.
4243

4344

4445

@@ -53,23 +54,3 @@ axisartist
5354

5455
The :ref:`mpl_toolkits.axisartist <toolkit_axisartist-index>` toolkit contains
5556
a custom Axes class that is meant to support for curvilinear grids.
56-
57-
58-
.. _toolkit_gtk:
59-
60-
GTK Tools
61-
=========
62-
63-
``mpl_toolkits.gtktools`` provides some utilities for working with GTK.
64-
This toolkit ships with matplotlib, but requires `pygtk
65-
<http://www.pygtk.org/>`_.
66-
67-
68-
.. _toolkit_excel:
69-
70-
Excel Tools
71-
===========
72-
73-
``mpl_toolkits.exceltools`` provides some utilities for working with
74-
Excel. This toolkit ships with matplotlib, but requires
75-
`xlwt <https://pypi.python.org/pypi/xlwt>`_

examples/pylab_examples/loadrec.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

examples/user_interfaces/rec_edit_gtk_custom.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

examples/user_interfaces/rec_edit_gtk_simple.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

lib/matplotlib/mlab.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2709,8 +2709,7 @@ def csv2rec(fname, comments='#', skiprows=0, checkrows=0, delimiter=',',
27092709
http://labix.org/python-dateutil#head-b95ce2094d189a89f80f5ae52a05b4ab7b41af47
27102710
for further information.
27112711
2712-
If no rows are found, *None* is returned -- see
2713-
:file:`examples/loadrec.py`
2712+
If no rows are found, *None* is returned
27142713
"""
27152714

27162715
if converterd is None:

0 commit comments

Comments
 (0)