[sage-support] Sage server incredibly slow

2008-10-09 Thread Maike
wrong? Thanks for any help! Maike --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-sup

[sage-support] Re: more control over plots

2008-09-25 Thread Maike
,(2010,146),(2015,154),(2020,161), (2025,169),(2030,176),(2035,184),(2040,191)],rgbcolor="red") (rsa+ecc).save('bild.png',xmin=2000,xmax=2040,axes_labels=['year','key length in bits'],figsize=5) Here I'd like the axis to be on the left. Can you tell me how to

[sage-support] more control over plots

2008-09-25 Thread Maike
nd of a plot Cheers, Maike --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~--~~~~--~~--~--~---

[sage-support] Secure Sage Server

2008-09-24 Thread Maike
! I'd be grateful for any suggestions on how to set up a SECURE sage server. If this has been covered elsewhere, just post the link... Thanks! Maike --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from th

[sage-support] Links between worksheets

2008-09-24 Thread Maike
don't work properly anymore. Is there a any other way of linking in a more stable way, e.g. using the title of a worksheet? Also, can I have a link that goes to a certain place within a worksheet? Cheers, Maike --~--~-~--~~~---~--~~ To post to this group, send ema

[sage-support] Re: Suggestions for the notebook

2008-09-23 Thread Maike
Thanks, I'll make sure I get 3.1.2 installed today! On Sep 23, 10:26 am, "Mike Hansen" <[EMAIL PROTECTED]> wrote: > Hello, > > On Tue, Sep 23, 2008 at 1:21 AM, Maike <[EMAIL PROTECTED]> wrote: > > > Okay that's right. But still, #auto doesn&#

[sage-support] Re: Suggestions for the notebook

2008-09-23 Thread Maike
Okay that's right. But still, #auto doesn't work together with %hide or %latex, no matter which order I put these commands in, and I need this feature for my %latex cells, because they're the ones not being executed when I start up a worksheet. Maike On Sep 22, 6:31 pm, "Wi

[sage-support] Re: Suggestions for the notebook

2008-09-22 Thread Maike
Hmmm, I get "NameError: name 'auto' is not defined". I'm using version 3.1.1, should that support %auto? Thanks! Maike On Sep 22, 12:06 pm, "Mike Hansen" <[EMAIL PROTECTED]> wrote: > Hi Maike, > > On Mon, Sep 22, 2008 at 3:04 AM, Maike <[

[sage-support] Re: Suggestions for the notebook

2008-09-22 Thread Maike
(2) Thanks that sounds good. I'm not sure how to use #auto though, where do I put this option? Cheers, Maike On Sep 5, 6:12 pm, Marshall Hampton <[EMAIL PROTECTED]> wrote: > Hi, > > There is a wiki page for notebook suggestions, but I don't think its >

[sage-support] Suggestions for the notebook

2008-09-05 Thread Maike
e "Actions..."-menu. It would be nice to have ALL cells evaluated automatically when starting up a worksheet. Great work so far, I'm really impressed with how quickly Sage is developing! Maike --~--~-~--~~~---~--~~ To post to this group, send email to

[sage-support] Re: Upgrade to version 3.1.1

2008-09-05 Thread Maike
Okay, here's another big problem that seems to have come with version 3.1.1: "Edit a copy" doesn't work any more on published worksheets! Sage makes a copy, but I can't edit it. This is a big problem, as we're working with several user

[sage-support] including images

2008-09-04 Thread Maike
ping to be able to put my file in the same place), but I wasn't able to locate them. Where does Sage put those?? Maike --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL

[sage-support] Upgrade to version 3.1.1

2008-09-04 Thread Maike
d the difference between the starting and ending points (something like (3,4) meaning 3 to the right, 4 up). However, the documentation still explains it the old way and it took me a while to figure it out. Thanks for any help with the first two problems! Maike --~--~-~--~~---

[sage-support] AttributeErrors in EllipticCurve classes

2008-09-03 Thread Maike
es.ell_rational_field" doesn't solve the problem. What's the trick? Do I have to install/import extra packages or is there anything else I've missed? Thanks! Maike --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegro

[sage-support] Re: AttributeErrors in EllipticCurve classes

2008-09-03 Thread Maike
Yeah right, I'll install that new version right now! --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.

[sage-support] Re: AttributeErrors in EllipticCurve classes

2008-09-03 Thread Maike
ng like E = EllipticCurve(RR,[a,b]) P = E([xP,sqrt(xP^3+a*xP+b)]) it doesn't always work. Or is there a way of doing this already? Maike --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send

[sage-support] Re: AttributeErrors in EllipticCurve classes

2008-09-03 Thread Maike
Oh wow, I didn't think the stuff was that new! I will make sure I get the new version and check it out soon. Thanks, John! --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL P

[sage-support] Re: using latex packages

2008-08-29 Thread Maike
Hi William, That sounds great to me. As long as it'll allow me to load the ngerman package in the notebook version of Sage, that'll do. Thanks! Maike P.S. And thanks Stan for the hint! I didn't know sagetex. As I'm using the notebook to combine latex typesetting with the in

[sage-support] using latex packages

2008-08-29 Thread Maike
Hello again, is there any way to use latex packages within sage? I'd like to write a german text, and that will be a pain if %latex \usepackage{ngerman} doen't work. Maybe I first have to install the package somewhere?? Maike --~--~-~--~~~---~--~~

[sage-support] latex-hyperlinks not working

2008-08-18 Thread Maike
ommand will work? Thanks! Maike --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-su