Changeset 1068

Show
Ignore:
Timestamp:
06/28/08 04:07:54 (2 months ago)
Author:
dmitrey.kroshko
Message:

minor change in constrained problems graphic output

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openopt/scikits/openopt/Kernel/ooGraphics.py

    r1065 r1068  
    279279                        mew = self.markerEdgeWidth, mec = self.axMarkerEdgeColor, mfc = self.axFaceColor) 
    280280                    pylab.subplot(self.nSubPlots, 1, 1) 
    281                     pylab.plot([xmax], [yy2[-1]],  color='w') 
     281                    pylab.plot([xmax], [YY[0][-1]],  color='w') 
    282282 
    283283