Revision: 7755
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7755&view=rev
Author: mdboom
Date: 2009-09-14 17:02:32 +0000 (Mon, 14 Sep 2009)
Log Message:
-----------
Minor documentation fixes.
Modified Paths:
--------------
trunk/matplotlib/examples/api/watermark_image.py
trunk/matplotlib/lib/matplotlib/axes.py
trunk/matplotlib/lib/matplotlib/pyplot.py
Modified: trunk/matplotlib/examples/api/watermark_image.py
===================================================================
--- trunk/matplotlib/examples/api/watermark_image.py 2009-09-14 13:28:43 UTC
(rev 7754)
+++ trunk/matplotlib/examples/api/watermark_image.py 2009-09-14 17:02:32 UTC
(rev 7755)
@@ -3,7 +3,6 @@
"""
import numpy as np
import matplotlib
-matplotlib.use('Agg')
import matplotlib.cbook as cbook
import matplotlib.image as image
import matplotlib.pyplot as plt
Modified: trunk/matplotlib/lib/matplotlib/axes.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/axes.py 2009-09-14 13:28:43 UTC (rev
7754)
+++ trunk/matplotlib/lib/matplotlib/axes.py 2009-09-14 17:02:32 UTC (rev
7755)
@@ -5519,6 +5519,7 @@
**Example:**
.. plot:: mpl_examples/pylab_examples/hexbin_demo.py
+
"""
if not self._hold: self.cla()
Modified: trunk/matplotlib/lib/matplotlib/pyplot.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/pyplot.py 2009-09-14 13:28:43 UTC (rev
7754)
+++ trunk/matplotlib/lib/matplotlib/pyplot.py 2009-09-14 17:02:32 UTC (rev
7755)
@@ -1596,7 +1596,7 @@
def autogen_docstring(base):
"""Autogenerated wrappers will get their docstring from a base function
with an addendum."""
- msg = "Additional kwargs: hold = [True|False] overrides default hold state"
+ msg = "\n\nAdditional kwargs: hold = [True|False] overrides default hold
state"
addendum = docstring.Appender(msg, '\n\n')
return lambda func: addendum(docstring.copy_dedent(base)(func))
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins