Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Feb 9, 2016
1 parent 6df0c67 commit 6febf00
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions lib/matplotlib/backend_bases.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,13 +531,14 @@ def draw_image(self, gc, x, y, im, trans=None):
is the distance from bottom
*im*
the :class:`matplotlib._image.Image` instance
An NxMx4 array of RGBA pixels (of dtype uint8).
*trans*
If `option_scale_image` returns `True`, an affine
transformation may also be passed to `draw_image`. It
should be applied to the image, before applying the
translation of `x` and `y`.
If the concrete backend is written such that
`option_scale_image` returns `True`, an affine
transformation may also be passed to `draw_image`. The
backend should apply the transformation to the image
before applying the translation of `x` and `y`.
"""
raise NotImplementedError

Expand Down

0 comments on commit 6febf00

Please sign in to comment.