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

Skip to content

Commit dd5d8fc

Browse files
committed
removed spurious print
svn path=/trunk/matplotlib/; revision=1570
1 parent b79d923 commit dd5d8fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/backend_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def drive(backend, python='python2.4'):
117117
# backends = ['Agg', 'Cairo', 'GDK', 'PS', 'SVG', 'Template']
118118
backends = ['Agg', 'PS', 'SVG', 'Template']
119119
# backends = [ 'GTK', 'WX', 'TkAgg']
120-
backends = ['Agg', 'PS']
120+
backends = ['Agg', 'PS', 'SVG', 'Template']
121121
python = 'python2.4'
122122
for backend in backends:
123123
print 'testing %s' % backend

lib/matplotlib/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ def add_patch(self, p):
754754
set to the Axes clipping box. If the transform is not set, it
755755
wil be set to self.transData.
756756
"""
757-
print 'calling add patch', p
757+
758758
self._set_artist_props(p)
759759
p.set_clip_box(self.bbox)
760760
xys = self._get_verts_in_data_coords(

0 commit comments

Comments
 (0)