[sage-support] Question about Plot

2008-11-01 Thread Michel
I would like to make a simple 2D plot of a function. However I cannot figure out from the manual how to specify the frequency of the tick marks. Currently they seem to be multiples of 2.5 and I would like them to be multiples of 1.0. Any help? Regards, Michel --~--~-~--~~---

[sage-support] Re: Question about Plot

2008-11-01 Thread David Joyner
This probably doesn't help, but there is a method in axes.py called "tasteless_tick_marks" which I guess you have to figure out how to use somehow. sage: from sage.plot.axes import Axes sage: P = plot(x^2,2,10) sage: Axes(P)._tasteless_ticks(2,10, 10) ([9.1993, 8.4004,

[sage-support] Re: Question about Plot

2008-11-01 Thread Marshall Hampton
This has been irritating for a long time. I have tried to look at this code too but I find it confusing. I have been reduced to writing my own code to produce axes (sometimes I need some funny things, like 2 sets of axes for a plot with two different scales). There is probably already a ticket

[sage-support] Installing Sage in a public lab Max OS 10.4

2008-11-01 Thread [EMAIL PROTECTED]
Hi, How should one install Sage in a public lab where all students log on to the same student account? As I understand it each Sage user must be able set their own password for their browser/note book but in our lab all students must use the same "student" account; hence, will share the same Sag

[sage-support] Re: Question about Plot

2008-11-01 Thread William Stein
On Sat, Nov 1, 2008 at 10:44 AM, Marshall Hampton <[EMAIL PROTECTED]> wrote: > > This has been irritating for a long time. I have tried to look at > this code too but I find it confusing. I have been reduced to writing > my own code to produce axes (sometimes I need some funny things, like > 2 s

[sage-support] Re: Installing Sage in a public lab Max OS 10.4

2008-11-01 Thread William Stein
On Sat, Nov 1, 2008 at 10:35 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > How should one install Sage in a public lab where all students log on > to the same student account? > > As I understand it each Sage user must be able set their own password > for their browser/note book > b