#4167: wrong colors cornercase in list_plot
----------------------+-----------------------------------------------------
Reporter: schilly | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.1.3
Component: graphics | Keywords:
----------------------+-----------------------------------------------------
[https://sage.math.washington.edu:8101/home/pub/27/ published example of
this bug]
Plotting
{{{
x=srange(0, 1.1, 0.5)
w=srange(0, 1.1, 0.5)
xw = zip(x,w)
list_plot(xw, rgbcolor=(0.8, 0.8, 0), pointsize=40)
}}}
produces blue and brown dots.
Plotting
{{{
x=srange(0, 2.1, 0.5)
w=srange(0, 2.1, 0.5)
xw = zip(x,w)
list_plot(xw, rgbcolor=(0.8, 0.8, 0), pointsize=40)
}}}
4 yellow ones.
original report:
{{{
list_plot with a list of len == 3 produces 'random' point colors.
it works with len != 3.
i've created a worksheet on the milnix server, that shows the problem.
http://75.75.6.176/home/pub/17
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4167>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---