Changeset 1218 for tags


Ignore:
Timestamp:
08/30/06 13:35:51 (18 years ago)
Author:
mar637
Message:

fixed typo in axhspan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/Release2.1.0b/python/asapplotter.py

    r1213 r1218  
    123123        del self._plotter.axes.patches[-1]
    124124    axvspan. __doc__ = matplotlib.axes.Axes.axvspan.__doc__
     125
    125126    def axhspan(self, *args, **kwargs):
    126         self._axes_callback("ahvspan", *args, **kwargs)
     127        self._axes_callback("axhspan", *args, **kwargs)
    127128        # hack to preventy mpl from redrawing the patch
    128129        # it seem to convert the patch into lines on every draw.
Note: See TracChangeset for help on using the changeset viewer.