[sage-support] Re: Displaying a simple table

2015-01-22 Thread CR
I figured it out with the help command you guys pointed out. Thanks! -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. T

Re: [sage-support] How to close a plot.

2015-01-22 Thread Michael Orlitzky
On 01/22/2015 07:14 AM, xeno 20150131 wrote: > > > Hi group, > > A simple question (if the answer is just rtfm, just say so). I am opening > a plotting window (In a script that I am attaching to a notebook with say – > > show(plot(sin(x))) Something like this works, but I broke my sage

Re: [sage-support] Re: How to close a plot.

2015-01-22 Thread William Stein
On Thu, Jan 22, 2015 at 12:28 PM, Dominique Laurain wrote: > Maybe my answer is off-topic... > > If you want an "animation" which is basically a display of different plots, > why not doing like in W.Stein youtube video : > > https://www.youtube.com/watch?v=lhirRHCW1q0 > > Just stop near 0:30 and y

[sage-support] Re: Displaying a simple table

2015-01-22 Thread John H Palmieri
On Thursday, January 22, 2015 at 12:10:13 PM UTC-8, CR wrote: > > The assignment is to construct a two-column table that starts at x= -4 and > ends with x= 5 with one unit increments between consecutive x values. It > should have column headings ‘x’ and ‘f(x)’. I can't find anything helpful >

[sage-support] Re: How to close a plot.

2015-01-22 Thread Dominique Laurain
Maybe my answer is off-topic... If you want an "animation" which is basically a display of different plots, why not doing like in W.Stein youtube video : https://www.youtube.com/watch?v=lhirRHCW1q0 Just stop near 0:30 and you can read code : a function computing a plot and saving it to a png

[sage-support] Re: Displaying a simple table

2015-01-22 Thread CR
@William: sagemath..edu. Its my college's server. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To post to this gro

Re: [sage-support] Displaying a simple table

2015-01-22 Thread John Cremona
On 22 January 2015 at 20:10, CR wrote: > The assignment is to construct a two-column table that starts at x= -4 and > ends with x= 5 with one unit increments between consecutive x values. It > should have column headings ‘x’ and ‘f(x)’. I can't find anything helpful on > html.table(), which is wha

Re: [sage-support] Displaying a simple table

2015-01-22 Thread William Stein
On Thu, Jan 22, 2015 at 12:10 PM, CR wrote: > The assignment is to construct a two-column table that starts at x= -4 and > ends with x= 5 with one unit increments between consecutive x values. It > should have column headings 'x' and 'f(x)'. I can't find anything helpful on > html.table(), which i

[sage-support] Displaying a simple table

2015-01-22 Thread CR
The assignment is to construct a two-column table that starts at x= -4 and ends with x= 5 with one unit increments between consecutive x values. It should have column headings ‘x’ and ‘f(x)’. I can't find anything helpful on html.table(), which is what we're supposed to use. I'm pretty famili

[sage-support] Re: Combine multiple Worksheets in Sage Notebook

2015-01-22 Thread Dominique Laurain
Hallo Tobias, I had the same issue...and I chose to load OR to "preparse" my included files. In main worksheet, first cell contains: # Load modules #%hide import sys sys.path.append('./modules') import DrawingConstants as dc # Import SAGE modules (sage and not python, because file must be pre

[sage-support] Re: Combine multiple Worksheets in Sage Notebook

2015-01-22 Thread slabbe
You may also want to define your constants in the file DOT_SAGE/init.sage which is loaded when sage starts. On Thursday, January 22, 2015 at 11:18:28 AM UTC+1, Tobias Brenner wrote: > > Hallo, > > > > > > I am trying to combine multiple Worksheets in the Sage Notbook. > > How can I include o

[sage-support] Re: How to close a plot.

2015-01-22 Thread kcrisman
> Hi group, > > A simple question (if the answer is just rtfm, just say so). I am > opening a plotting window (In a script that I am attaching to a notebook > with say – > > show(plot(sin(x))) > > is within a loop. I wish to replace the plot each time the loop is > transversed. So need

[sage-support] How to close a plot.

2015-01-22 Thread xeno 20150131
Hi group, A simple question (if the answer is just rtfm, just say so). I am opening a plotting window (In a script that I am attaching to a notebook with say – show(plot(sin(x))) is within a loop. I wish to replace the plot each time the loop is transversed. So need to close the plot

[sage-support] Re: Combine multiple Worksheets in Sage Notebook

2015-01-22 Thread slelievre
Tobias Brenner wrote: > I am trying to combine multiple Worksheets in the Sage Notebook. > How can I include other worksheets in my "main" sheet (best practice)? > For example, I want to create a worksheet including all the constants > I am using. Then I would like to include this sheet in all my

[sage-support] Combine multiple Worksheets in Sage Notebook

2015-01-22 Thread Tobias Brenner
Hallo, I am trying to combine multiple Worksheets in the Sage Notbook. How can I include other worksheets in my "main" sheet (best practice)? For example, I want to create a worksheet including all the constants I am using. Then I would like to include this sheet in all my other shee