- Timestamp:
- 08/30/06 13:35:51 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/Release2.1.0b/python/asapplotter.py
r1213 r1218 123 123 del self._plotter.axes.patches[-1] 124 124 axvspan. __doc__ = matplotlib.axes.Axes.axvspan.__doc__ 125 125 126 def axhspan(self, *args, **kwargs): 126 self._axes_callback("a hvspan", *args, **kwargs)127 self._axes_callback("axhspan", *args, **kwargs) 127 128 # hack to preventy mpl from redrawing the patch 128 129 # it seem to convert the patch into lines on every draw.
Note:
See TracChangeset
for help on using the changeset viewer.