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

Skip to content

Commit 05e13bd

Browse files
committed
added bbox prop to text
svn path=/trunk/matplotlib/; revision=723
1 parent e50ff69 commit 05e13bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/artist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ def update(self, props):
136136
if func is None or not callable(func):
137137
raise AttributeError('Unknown property %s'%k)
138138
func(v)
139-
print 'set', k, v
139+

0 commit comments

Comments
 (0)