Revision: 6253
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6253&view=rev
Author: jdh2358
Date: 2008-10-17 20:24:50 +0000 (Fri, 17 Oct 2008)
Log Message:
-----------
added plotting template docs
Added Paths:
-----------
trunk/matplotlib/doc/users/plotting.rst
Added: trunk/matplotlib/doc/users/plotting.rst
===================================================================
--- trunk/matplotlib/doc/users/plotting.rst (rev 0)
+++ trunk/matplotlib/doc/users/plotting.rst 2008-10-17 20:24:50 UTC (rev
6253)
@@ -0,0 +1,151 @@
+.. _plotting-guide:
+
+***************
+Plotting guide
+***************
+
+An in-depth, tutorial style guide to the matplotlib plotting
+functions, which explains the most important keyword arguments with
+examples and figures.
+
+.. _image-plots:
+
+Images
+======
+:func:`~matplotlib.pyplot.imshow`
+
+TODO; see :ref:`how-to-contribute-docs`.
+
+
+.. _colormaps-plots:
+
+Colormaps
+==========
+
+
+TODO; see :ref:`how-to-contribute-docs`.
+
+.. _colorbars-plots:
+
+Colorbars
+==========
+
+:func:`~matplotlib.pyplot.colorbar`
+
+TODO; see :ref:`how-to-contribute-docs`.
+
+.. _contour-plots:
+
+Contouring
+==========
+
+:func:`~matplotlib.pyplot.contour`
+
+TODO; see :ref:`how-to-contribute-docs`.
+
+.. _scatter-plots:
+
+Scatter plots
+==============
+
+:func:`~matplotlib.pyplot.scatter`
+
+TODO; see :ref:`how-to-contribute-docs`.
+
+.. _log-plots:
+
+Log plots
+==============
+
+:func:`~matplotlib.pyplot.semilogx`, :func:`~matplotlib.pyplot.semilogy` and
:func:`~matplotlib.pyplot.loglog`
+
+.. _polar-plots:
+
+Polar plots
+==============
+
+:func:`~matplotlib.pyplot.polar`
+
+TODO; see :ref:`how-to-contribute-docs`.
+
+.. _filled-plots:
+
+Filled plots
+==============
+
+:func:`~matplotlib.pyplot.fill` and :mod:`~matplotlib.patches`
+
+TODO; see :ref:`how-to-contribute-docs`.
+
+.. _bar-plots:
+
+Bar charts, histograms and errorbars
+======================================
+
+:func:`~matplotlib.pyplot.bar`, :func:`~matplotlib.pyplot.barh`,
+:func:`~matplotlib.pyplot.errorbar` and
+:func:`~matplotlib.pyplot.hist`
+
+TODO; see :ref:`how-to-contribute-docs`.
+
+.. _time-series-plots:
+
+Timeseries plots
+==========================
+
+:func:`~matplotlib.pyplot.acorr`, :func:`~matplotlib.pyplot.xcorr`,
:func:`~matplotlib.pyplot.psd`, :func:`~matplotlib.pyplot.csd`,
+:func:`~matplotlib.pyplot.cohere`, :func:`~matplotlib.pyplot.specgram`
+and the windowing and detrending functions in :mod:`matplotlib.mlab`.
+
+TODO; see :ref:`how-to-contribute-docs`.
+
+.. _sparsity-plots:
+
+Sparsity plots
+==========================
+
+:func:`~matplotlib.pyplot.spy`
+
+TODO; see :ref:`how-to-contribute-docs`.
+
+.. _boxplots-plots:
+
+Boxplots
+==========================
+
+:func:`~matplotlib.pyplot.boxplot`
+
+TODO; see :ref:`how-to-contribute-docs`.
+
+.. _date-plots:
+
+Working with dates
+==========================
+
+TODO; see :ref:`how-to-contribute-docs`.
+
+.. _masked-data-plots:
+
+Working with masked/missing data
+==================================
+
+TODO; see :ref:`how-to-contribute-docs`.
+
+.. _collections-plots:
+
+Working with collections
+==================================
+
+TODO; see :ref:`how-to-contribute-docs`.
+
+.. _legend-plots:
+
+Creating figure and axes legends
+==================================
+:func:`~matplotlib.pyplot.legend` and :func:`~matplotlib.pyplot.figlegend`
+
+TODO; see :ref:`how-to-contribute-docs`.
+
+
+
+
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins