Skip to content

Commit

Permalink
SC 2005/03/11
Browse files Browse the repository at this point in the history
svn path=/trunk/matplotlib/; revision=1068
  • Loading branch information
Steve Chaplin committed Mar 11, 2005
1 parent ada7afc commit 5319528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/backends/backend_gdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def draw_image(self, x, y, im, origin, bbox):
try:
pa = pb.get_pixels_array()
except AttributeError:
pa = pb.pixel_array
pa = pb.pixel_array # deprecated
except RuntimeError, exc: # pygtk was not compiled with Numeric Python support
warnings.warn('draw_image not supported: %s' % exc)
return
Expand Down

0 comments on commit 5319528

Please sign in to comment.