From: <jd...@us...> - 2008-06-05 15:05:57
|
Revision: 5399 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5399&view=rev Author: jdh2358 Date: 2008-06-05 08:05:47 -0700 (Thu, 05 Jun 2008) Log Message: ----------- tried to fix some api table formatting problems but these apparently were not the ones triggering the sphinx doc warnings. we need to figure out a way to make sphinx generate some context in its api warnings since the line numbers are not helpful Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/axes.py trunk/matplotlib/lib/matplotlib/text.py Modified: trunk/matplotlib/lib/matplotlib/axes.py =================================================================== --- trunk/matplotlib/lib/matplotlib/axes.py 2008-06-05 14:47:50 UTC (rev 5398) +++ trunk/matplotlib/lib/matplotlib/axes.py 2008-06-05 15:05:47 UTC (rev 5399) @@ -748,6 +748,8 @@ which: ========== ==================== + value description + ========== ==================== 'active' to change the first 'original' to change the second 'both' to change both @@ -914,6 +916,8 @@ aspect: ======== ================================================ + value description + ======== ================================================ 'auto' automatic; fill position rectangle with data 'normal' same as 'auto'; deprecated 'equal' same scaling from data to plot units for x and y @@ -925,6 +929,8 @@ adjustable: ======== ============================ + value description + ======== ============================ 'box' change physical size of axes 'datalim' change xlim or ylim ======== ============================ @@ -932,6 +938,8 @@ anchor: ==== ===================== + value description + ==== ===================== 'C' centered 'SW' lower left corner 'S' middle of bottom edge @@ -971,7 +979,9 @@ """ anchor: - ==== ============ + ===== ============ + value description + ===== ============ 'C' Center 'SW' bottom left 'S' bottom @@ -981,7 +991,7 @@ 'N' top 'NW' top left 'W' left - ==== ============ + ===== ============ """ if anchor in mtransforms.Bbox.coefs.keys() or len(anchor) == 2: Modified: trunk/matplotlib/lib/matplotlib/text.py =================================================================== --- trunk/matplotlib/lib/matplotlib/text.py 2008-06-05 14:47:50 UTC (rev 5398) +++ trunk/matplotlib/lib/matplotlib/text.py 2008-06-05 15:05:47 UTC (rev 5399) @@ -1024,7 +1024,7 @@ in cartesian plots. Note that if you are using a polar axes, you do not need to specify polar for the coordinate - system since that is the native"data" coordinate + system since that is the native "data" coordinate system. ================= =================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |