Revision: 4771
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4771&view=rev
Author:   mdboom
Date:     2007-12-18 13:08:19 -0800 (Tue, 18 Dec 2007)

Log Message:
-----------
Minor changes.

Modified Paths:
--------------
    branches/transforms/doc/devel/add_new_projection.rst

Modified: branches/transforms/doc/devel/add_new_projection.rst
===================================================================
--- branches/transforms/doc/devel/add_new_projection.rst        2007-12-18 
20:59:56 UTC (rev 4770)
+++ branches/transforms/doc/devel/add_new_projection.rst        2007-12-18 
21:08:19 UTC (rev 4771)
@@ -5,18 +5,19 @@
 .. ::author Michael Droettboom
 
 Matplotlib supports the addition of new transformations that transform
-the data before it is displayed.  Separable transformations, that work
-on a single dimension are called "scales", and non-separable
-transformations, that take data in two or more dimensions as input are
-called "projections".
+the data before it is displayed.  In ``matplotlib`` nomenclature,
+separable transformations, working on a single dimension, are called
+"scales", and non-separable transformations, that take handle data in
+two or more dimensions at a time, are called "projections".
 
-This document is intended for developers and advanced users who need
-to add more scales and projections to matplotlib.
-
 From the user's perspective, the scale of a plot can be set with
 ``set_xscale`` and ``set_yscale``.  Choosing the projection
 currently has no *standardized* method. [MGDTODO]
 
+This document is intended for developers and advanced users who need
+to add more scales and projections to matplotlib.
+
+
 Creating a new scale
 ====================
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to