Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d3f454

Browse files
committed
added findobj
svn path=/trunk/matplotlib/; revision=5710
1 parent 46ef01d commit 8d3f454

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

examples/pylab_examples/findobj_demo.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"""
2+
Recursuvely find all objects that match some criteria
3+
"""
14
import numpy as np
25
import matplotlib.pyplot as plt
36
import matplotlib.text as text

0 commit comments

Comments
 (0)