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
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
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
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
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
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
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
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):
"""
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