X Tutup
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 7 additions & 26 deletions doc/mpl_toolkits/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Toolkits



Toolkits are collections of application-specific functions that extend matplotlib.
Toolkits are collections of application-specific functions that extend
Matplotlib.


.. _toolkit_mplot3d:
Expand All @@ -24,10 +25,10 @@ mplot3d
=======


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

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

Expand All @@ -38,7 +39,7 @@ axes_grid1


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



Expand All @@ -53,23 +54,3 @@ axisartist

The :ref:`mpl_toolkits.axisartist <toolkit_axisartist-index>` toolkit contains
a custom Axes class that is meant to support for curvilinear grids.


.. _toolkit_gtk:

GTK Tools
=========

``mpl_toolkits.gtktools`` provides some utilities for working with GTK.
This toolkit ships with matplotlib, but requires `pygtk
<http://www.pygtk.org/>`_.


.. _toolkit_excel:

Excel Tools
===========

``mpl_toolkits.exceltools`` provides some utilities for working with
Excel. This toolkit ships with matplotlib, but requires
`xlwt <https://pypi.python.org/pypi/xlwt>`_
23 changes: 0 additions & 23 deletions examples/pylab_examples/loadrec.py

This file was deleted.

42 changes: 0 additions & 42 deletions examples/user_interfaces/rec_edit_gtk_custom.py

This file was deleted.

17 changes: 0 additions & 17 deletions examples/user_interfaces/rec_edit_gtk_simple.py

This file was deleted.

3 changes: 1 addition & 2 deletions lib/matplotlib/mlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -2709,8 +2709,7 @@ def csv2rec(fname, comments='#', skiprows=0, checkrows=0, delimiter=',',
http://labix.org/python-dateutil#head-b95ce2094d189a89f80f5ae52a05b4ab7b41af47
for further information.

If no rows are found, *None* is returned -- see
:file:`examples/loadrec.py`
If no rows are found, *None* is returned
"""

if converterd is None:
Expand Down
X Tutup