#4303: Plotting: points(list_of_points, rgbcolor=c) gives strangely colored
results with exactly 3 points.
----------------------------+-----------------------------------------------
Reporter: jbandlow | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.1.4
Component: user interface | Keywords: plotting
----------------------------+-----------------------------------------------
From the docstring for point2d, the following works fine:
sage: p = point(((0.5, 0.5), (1, 2), (0.5, 0.9), (-1,-1)),
rgbcolor=hue(1), pointsize=30); p.show()
However
sage: p = point(((0.5, 0.5), (1, 2), (0.5, 0.9)), rgbcolor=hue(1),
pointsize=30); p.show()
gives one purple(?) point and two blue points. This seems to happen if
and only if the number of points specified is exactly three, regardless of
the specified color.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4303>
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
-~----------~----~----~----~------~----~------~--~---