[sage-support] Re: z-range issues in implicit_plot3d

2009-11-08 Thread William Cauchois
Thanks for your work resolving this issue! I will be happy to create a Trac ticket and submit a patch with this change. -- Bill On Nov 8, 7:38 pm, Matt Rissler wrote: > Poking through the code > > I think line 922 in sage/plot/plot3d/implicit_surface.pyx should read: > > self.zrange= ranges[2][

[sage-support] Re: html does not do Latex \xi

2009-11-08 Thread ma...@mendelu.cz
Hi Mike, have a look at strings in Python and use html(r"$\xi$") or html("$\\xi$") Robert On 9 lis, 00:10, "madison.mich...@gmail.com" wrote: > In both sagenb and using sage 4.2 in VirtualBox on an XP maching I > think I found a bug. > > html(" $\xi$") > > or any combinations of things using \x

[sage-support] Re: z-range issues in implicit_plot3d

2009-11-08 Thread Matt Rissler
That's line 932 On Nov 8, 9:38 pm, Matt Rissler wrote: > Poking through the code > > I think line 922 in sage/plot/plot3d/implicit_surface.pyx should read: > > self.zrange = ranges[2][:2] > > I'd submit the patch myself, but I'd have to create a login and figure > out the versioning system.  Som

[sage-support] Re: z-range issues in implicit_plot3d

2009-11-08 Thread Matt Rissler
Poking through the code I think line 922 in sage/plot/plot3d/implicit_surface.pyx should read: self.zrange = ranges[2][:2] I'd submit the patch myself, but I'd have to create a login and figure out the versioning system. Someday, but not today. Matt On Oct 24, 11:34 pm, Micah wrote: > Greeti

[sage-support] Arch Linux and Sage

2009-11-08 Thread Alex Ghitza
On Sun, Nov 08, 2009 at 03:57:12PM -0800, William Stein wrote: > > On Sun, Nov 8, 2009 at 3:55 PM, Josh wrote: > > > > I was wondering what I am suppose to do with libreadline to get it to > > compile. > > Quoting from Tim's email: "* Incompatible libreadline.so.6 -- the > libreadline in Sage i

[sage-support] Re: Arch Linux and Sage

2009-11-08 Thread William Stein
On Sun, Nov 8, 2009 at 3:55 PM, Josh wrote: > > I was wondering what I am suppose to do with libreadline to get it to > compile. Quoting from Tim's email: "* Incompatible libreadline.so.6 -- the libreadline in Sage is dynamically linked to libtermcap. Arch Linux disables libtermcap, so one needs

[sage-support] Re: Arch Linux and Sage

2009-11-08 Thread Josh
I was wondering what I am suppose to do with libreadline to get it to compile. On Nov 8, 6:39 pm, William Stein wrote: > On Sun, Nov 8, 2009 at 3:33 PM, Josh wrote: > > > What is your work around for thesqliteissue? > > I don't know who you're asking, but for me it's to copy the > system-wide r

[sage-support] Re: Arch Linux and Sage

2009-11-08 Thread William Stein
On Sun, Nov 8, 2009 at 3:33 PM, Josh wrote: > > What is your work around for the sqlite issue? I don't know who you're asking, but for me it's to copy the system-wide readline library into SAGE_ROOT/local/lib/, as you suggested. William > On Nov 8, 12:13 am, Alex Ghitza wrote: >> I've been bu

[sage-support] Re: Arch Linux and Sage

2009-11-08 Thread Josh
What is your work around for the sqlite issue? On Nov 8, 12:13 am, Alex Ghitza wrote: > I've been building Sage on 32-bit Archlinux for at least one year now. > > With 4.2, I only have two problems: the sqlite issue and the R issue. > Thanks to previous threads on this sort of thing, I work arou

[sage-support] html does not do Latex \xi

2009-11-08 Thread madison.mich...@gmail.com
In both sagenb and using sage 4.2 in VirtualBox on an XP maching I think I found a bug. html(" $\xi$") or any combinations of things using \xi does not work. If you press evaluate the cell never stops evaluating. It seems to work fine in the html text box above the cell. Thanks Mike --~--~-

[sage-support] New work sheet stopped working FireFox 3.5.4

2009-11-08 Thread madison.mich...@gmail.com
I am using Sage 4.2 in VirtualBox and FireFox 3.5.4. The "New Worksheet" has stopped working. It brings up a previous worksheet. On earlier versions of Sage I had the same problem, however then I fixed it by empting the trash. The does not seem to work now. Is there some way to reset the "New

[sage-support] Re: importing functions from other worksheets

2009-11-08 Thread William Stein
On Sun, Nov 8, 2009 at 9:23 AM, Peter wrote: > > If I have one worksheet, say "global functions", that defines several > general functions that all students should have access to, can they > easily include the latest version of the code from this worksheet into > their own worksheet with somethin

[sage-support] importing functions from other worksheets

2009-11-08 Thread Peter
If I have one worksheet, say "global functions", that defines several general functions that all students should have access to, can they easily include the latest version of the code from this worksheet into their own worksheet with something similar to an "attach" or "import" command at the top?