Bugs item #2001233, was opened at 2008-06-23 23:36
Message generated for change (Comment added) made by wobsta
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=442886&aid=2001233&group_id=45430
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: David Munger (mungerd)
Assigned to: Nobody/Anonymous (nobody)
Summary: surface plot color limits
Initial Comment:
The surface style does not obey the imposed color data limits (mincolor and
maxcolor).
Proposed fix in pyx/graph/style.py, lines 1761-1764.
OLD:
if self.mincolor is not None:
mincolor = self.mincolor
if self.maxcolor is not None:
maxcolor = self.maxcolor
NEW:
if self.mincolor is not None:
privatedata.mincolor = self.mincolor
if self.maxcolor is not None:
privatedata.maxcolor = self.maxcolor
----------------------------------------------------------------------
>Comment By: Andre Wobst (wobsta)
Date: 2011-05-15 12:56
Message:
Looks like a duplicate of changeset 3028. Closing.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=442886&aid=2001233&group_id=45430
------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
PyX-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-devel