Ignore:
Timestamp:
09/01/06 13:14:11 (18 years ago)
Author:
mar637
Message:

Merge from Release2.1.0b tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r1217 r1232  
    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.