Hi Jason,

This is actually something I fixed that's in Sage 3.1.3 (soon to be
3.1.4).  It is a duplicate of #2076 and #4167.  I hope that fix was
fast enough for you :-)

--Mike

On Wed, Oct 15, 2008 at 7:33 PM, Jason Bandlow <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I wanted to call attention to Trac #4303, which I just opened, in the
> hopes that the right person to fix it will see it.  It has to do with
> the color of plotted points.
>>
>> 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.
>>
> Thanks,
> Jason
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to