Re: [sage-support] set_edge_label is setting labels on intended and unintended graph

2010-03-06 Thread Pat LeSmithe
On 03/05/2010 11:03 PM, m_p_v_13 wrote: > set_edge_label is setting labels on intended and unintended graph > > I generate some graphs and set one's edge labels. When I look at the > next genetated graph, it's edge labels have been changed. > I'm new to Sage/python so perhaps I goofed, but I doubt

Re: [sage-support] Re: Simple multiprocessing example in Sage-Notebook

2010-03-06 Thread Pat LeSmithe
On 03/06/2010 09:36 PM, Gokhan Sever wrote: > On Mar 6, 11:23 pm, Gokhan Sever wrote: >> When I run the code in shell using "python file.py" I don't get any >> results from function mapping printed out however in Sage-Notebook I >> see a huge output with WARNING: Output truncated! >> >> Any ideas

Re: [sage-support] Bessel Function Zeroes

2010-07-01 Thread Pat LeSmithe
On 7/1/2010 4:45 PM, Jaasiel Ornelas wrote: I'm working on modeling drums with bessel functions. However, I need to calculate the zeroes of the bessel functions. Is there any way to do that? I'm not sure if this is the best way, but you could try, e.g., sage: import scipy.special sage: [x for

[sage-support] Re: %hide not hiding when printing

2009-04-08 Thread Pat LeSmithe
Try %hideall ? I assume the issue here is the visibility of *input* cells, but what are the exact behaviors desired for %hide and %hideall for interactive, printed, and published worksheets? William Stein wrote: > On Wed, Apr 8, 2009 at 11:21 AM, lmc70 wrote: >> Hello, >> >> %hide works fine

[sage-support] Re: %hide not hiding when printing

2009-04-10 Thread Pat LeSmithe
", ', so I put all the print statements in >> one separate cell and hide it, so they won't show up in the >> printouts. >> >> Again, thank you and best regards, >> lmc >> >> On Apr 8, 4:50 pm, Pat LeSmithe wrote: >> >>&g