|
From: <jo...@us...> - 2008-02-11 19:46:55
|
Revision: 4952
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4952&view=rev
Author: jouni
Date: 2008-02-11 11:46:52 -0800 (Mon, 11 Feb 2008)
Log Message:
-----------
Merged revisions 4951 via svnmerge from
https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v0_91_maint
........
r4951 | jouni | 2008-02-11 21:40:18 +0200 (Mon, 11 Feb 2008) | 1 line
Update plotting() doc string to refer to getp/setp.
........
Modified Paths:
--------------
trunk/matplotlib/CHANGELOG
trunk/matplotlib/lib/matplotlib/pyplot.py
Property Changed:
----------------
trunk/matplotlib/
Property changes on: trunk/matplotlib
___________________________________________________________________
Name: svnmerge-integrated
- /branches/v0_91_maint:1-4946
+ /branches/v0_91_maint:1-4946,4951
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG 2008-02-11 19:40:18 UTC (rev 4951)
+++ trunk/matplotlib/CHANGELOG 2008-02-11 19:46:52 UTC (rev 4952)
@@ -1,3 +1,5 @@
+2008-02-11 Update plotting() doc string to refer to getp/setp. - JKS
+
2008-02-10 Fixed a problem with square roots in the pdf backend with
usetex. - JKS
Modified: trunk/matplotlib/lib/matplotlib/pyplot.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/pyplot.py 2008-02-11 19:40:18 UTC (rev 4951)
+++ trunk/matplotlib/lib/matplotlib/pyplot.py 2008-02-11 19:46:52 UTC (rev 4952)
@@ -981,7 +981,7 @@
gca - return the current axes
gcf - return the current figure
gci - get the current image, or None
- get - get a handle graphics property
+ getp - get a handle graphics property
hist - make a histogram
hold - set the hold state on current axes
legend - add a legend to the axes
@@ -997,7 +997,7 @@
rc - control the default params
savefig - save the current figure
scatter - make a scatter plot
- set - set a handle graphics property
+ setp - set a handle graphics property
semilogx - log x axis
semilogy - log y axis
show - show the figures
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|