|
From: <jd...@us...> - 2008-07-03 14:30:42
|
Revision: 5710
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5710&view=rev
Author: jdh2358
Date: 2008-07-03 07:30:41 -0700 (Thu, 03 Jul 2008)
Log Message:
-----------
added findobj
Modified Paths:
--------------
trunk/matplotlib/examples/pylab_examples/findobj_demo.py
Modified: trunk/matplotlib/examples/pylab_examples/findobj_demo.py
===================================================================
--- trunk/matplotlib/examples/pylab_examples/findobj_demo.py 2008-07-03 14:30:13 UTC (rev 5709)
+++ trunk/matplotlib/examples/pylab_examples/findobj_demo.py 2008-07-03 14:30:41 UTC (rev 5710)
@@ -1,3 +1,6 @@
+"""
+Recursuvely find all objects that match some criteria
+"""
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.text as text
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|