On Mar 29, 2008, at 11:55 AM, William Stein wrote:
> On Sat, Mar 29, 2008 at 11:49 AM, Jason Grout
> <[EMAIL PROTECTED]> wrote:
>>
>>  Robert Miller wrote:
>>> For completeness:
>>>
>>> http://sage.math.washington.edu/home/rlmill/vert_99ff99.png
>>>
>>> http://sage.math.washington.edu/home/rlmill/vert_99ffff.png
>>
>>  For anyone who wants to join in on the fun, here is a short  
>> @interact
>>  for picking the color of the vertices:
>>
>>  g=graphs.PetersenGraph()
>>  @interact
>>  def color_vertices(clr=Color('yellow')):
>>      g.show(vertex_colors={clr.html_color(): g.vertices()})
>>
>>
>
> Here's a 3d version:
>
> g=graphs.PetersenGraph()
> @interact
> def color_vertices(clr=Color('yellow')):
>     g.show(vertex_colors={clr.html_color(): g.vertices()})

Interact sure is fun :).

Anyway, my vote is for solid yellow #ffff00. Colorful but readable.  
With the white the nodes were harder to pick out from the edges. I  
have to admint I like the red for the 3d visually better, but it's  
just not as readable in 2d.

- Robert


--~--~---------~--~----~------------~-------~--~----~
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