|
From: <jo...@us...> - 2008-02-11 19:40:22
|
Revision: 4951
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4951&view=rev
Author: jouni
Date: 2008-02-11 11:40:18 -0800 (Mon, 11 Feb 2008)
Log Message:
-----------
Update plotting() doc string to refer to getp/setp.
Modified Paths:
--------------
branches/v0_91_maint/CHANGELOG
branches/v0_91_maint/lib/matplotlib/pyplot.py
Modified: branches/v0_91_maint/CHANGELOG
===================================================================
--- branches/v0_91_maint/CHANGELOG 2008-02-10 15:21:56 UTC (rev 4950)
+++ branches/v0_91_maint/CHANGELOG 2008-02-11 19:40:18 UTC (rev 4951)
@@ -1,3 +1,5 @@
+2008-02-11 Update plotting() doc string to refer to getp/setp. - JKS
+
2008-02-01 Fix doubly-included font problem in Postscript backend - MGD
2008-02-01 Fix reference leak in ft2font Glyph objects. - MGD
Modified: branches/v0_91_maint/lib/matplotlib/pyplot.py
===================================================================
--- branches/v0_91_maint/lib/matplotlib/pyplot.py 2008-02-10 15:21:56 UTC (rev 4950)
+++ branches/v0_91_maint/lib/matplotlib/pyplot.py 2008-02-11 19:40:18 UTC (rev 4951)
@@ -933,7 +933,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
@@ -949,7 +949,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.
|