Changeset 1068
- Timestamp:
- 06/28/08 04:07:54 (2 months ago)
- Files:
-
- trunk/openopt/scikits/openopt/Kernel/ooGraphics.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openopt/scikits/openopt/Kernel/ooGraphics.py
r1065 r1068 279 279 mew = self.markerEdgeWidth, mec = self.axMarkerEdgeColor, mfc = self.axFaceColor) 280 280 pylab.subplot(self.nSubPlots, 1, 1) 281 pylab.plot([xmax], [ yy2[-1]], color='w')281 pylab.plot([xmax], [YY[0][-1]], color='w') 282 282 283 283
