William Stein wrote:
> On Tue, Aug 18, 2009 at 7:10 AM, docfleetwood<[email protected]> wrote:
>> I now how to name a graph with 'g.name("name")'.  But is there a way
>> to display the name when you display the graph?  ie. as a title above
>> or below the graph.  I can't seem to find a command or any example
>> where this is done.
>>
>> So something like...
>>
>> show(g,display_name=True)
> 
> That sounds like a great feature.  You should implement it and post a patch..


This sounds great.  I think

show(g,title=True)

or

show(g,title="My text")

would be a nice interface.  If title=True, then the object's natural 
title (e.g., the graph name) is used.  Otherwise, the text string is used.

Jason


--~--~---------~--~----~------------~-------~--~----~
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-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to