Re: [sage-support] RSK algorithm

2011-09-05 Thread Dan Drake
On Mon, 05 Sep 2011 at 09:59AM -0500, Pedro Sanchez wrote: > Could someone be kind enough to point me in the right direction to > polish and submit a new sage function? > > SAGE already has an implementation of the Robinson-Schensted algorithm > for permutations (bijection between permutations and

[sage-support] Re: setting default option values in show

2011-09-05 Thread Nils Bruin
On Sep 5, 2:03 pm, William Stein wrote: > You could also just define your own wrapper for the show command, > i.e., your own function called "show" (or even "sh"), and set > additional options there.   Check out the *args and **kwds support in > Python. Wrapping is probably the cleanest and most

Re: [sage-support] Re: setting default option values in show

2011-09-05 Thread William Stein
On Mon, Sep 5, 2011 at 12:06 PM, Ken Levasseur wrote: > > > On Sep 5, 9:00 am, kcrisman wrote: >> For many plot things there are also dictionaries you can set with >> options like this, but it doesn't look like this is the case for graph >> plots.  There is a dictionary *listing* the options!  Bu

[sage-support] Re: setting default option values in show

2011-09-05 Thread Ken Levasseur
On Sep 5, 9:00 am, kcrisman wrote: > For many plot things there are also dictionaries you can set with > options like this, but it doesn't look like this is the case for graph > plots.  There is a dictionary *listing* the options!  But it doesn't > seem to come with a global dictionary one could

[sage-support] RSK algorithm

2011-09-05 Thread Pedro Sanchez
Could someone be kind enough to point me in the right direction to polish and submit a new sage function? SAGE already has an implementation of the Robinson-Schensted algorithm for permutations (bijection between permutations and standard Young tableaux), which I used as a base to implement the Ro

[sage-support] How get last login time of a Sage notebook user?

2011-09-05 Thread Chris Seberino
How get last login time of a Sage notebook user? cs -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support UR

[sage-support] Does Sage do quotas or other protections in case users's calculation takes too long?

2011-09-05 Thread Chris Seberino
Does Sage do quotas or other protections in case users's calculation takes too long? I'm having nightmares of students crashing Sage servers or tying them up with simple little commands like so... 2^(2^(2^123456789)) and def f(x): while True: pass f(x) cs -- To post to this grou

[sage-support] Re: setting default option values in show

2011-09-05 Thread kcrisman
Dear Ken, One thing you could do is just to modify your Sage installation. In the code for Posets, there is def plot(self, label_elements=True, element_labels=None, label_font_size=12,label_font_color='black', vertex_size=300, vertex_colors=None,**kwds): """

[sage-support] Re: pni and Sage 4.7

2011-09-05 Thread Anthony Wickstead
Thanks for the help. I was trying to avoid building Sage from source as I am not all that Linux-literate, but I did try the current source and it compiled and ran OK except for not creating .html files as 'makefile' v4.7 or later is needed to make HTML docs but missing on your system Apparently t