[sage-support] Re: how to access figure globally

2007-09-25 Thread gani
I am still using 2.8.3 so am a bit behind. But it works in 2.8.3. gani -- On Sep 25, 12:04 pm, Marshall Hampton <[EMAIL PROTECTED]> wrote: > I take it that you are not seeing the bug I am describing - plot > outputting the function values? This happens to me in sage-2.8.5 but > not 2.6. > > Mar

[sage-support] Re: how to access figure globally

2007-09-25 Thread Marshall Hampton
I take it that you are not seeing the bug I am describing - plot outputting the function values? This happens to me in sage-2.8.5 but not 2.6. Marshall On Sep 25, 12:14 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > On 9/25/07, gani <[EMAIL PROTECTED]> wrote: > > > > > William's suggestion wo

[sage-support] Re: how to access figure globally

2007-09-25 Thread gani
ok, that worked. I'm just puzzled why show_default(False) doesn't do it, when that option is available as per help manual. thanks, gani -- On Sep 25, 11:14 am, "William Stein" <[EMAIL PROTECTED]> wrote: > On 9/25/07, gani <[EMAIL PROTECTED]> wrote: > > > > > William's suggestion worked for me.

[sage-support] Re: how to access figure globally

2007-09-25 Thread William Stein
On 9/25/07, gani <[EMAIL PROTECTED]> wrote: > > William's suggestion worked for me. Now, the other question is - is it > possible to turn off default plotting when using savefig('fig1.png')? > This will allow me to have just 1 figure shown with src="fig1.png">. Not exactly. However, there is a

[sage-support] Re: how to access figure globally

2007-09-25 Thread gani
William's suggestion worked for me. Now, the other question is - is it possible to turn off default plotting when using savefig('fig1.png')? This will allow me to have just 1 figure shown with . thanks! gani -- On Sep 25, 10:21 am, Marshall Hampton <[EMAIL PROTECTED]> wrote: > I was looking a

[sage-support] Re: how to access figure globally

2007-09-25 Thread Marshall Hampton
I was looking at your example and it seems that there is now a bug in plot - the array of function values is spit out as well as the plot itself. I took a look but I don't know where the problem is exactly. -Marshall On Sep 24, 11:22 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > On 9/24/07,

[sage-support] Re: how to access figure globally

2007-09-24 Thread William Stein
On 9/24/07, gani <[EMAIL PROTECTED]> wrote > Is there an easy way to access a figure, say 'sage.png' created as a > result of a plot command, in say, cell 7 of a worksheet to be called/ > rendered in another cell? A related question is how to render this in > html format in between cells. If y