[sage-support] Re: Sage's animations and windows 10

2018-06-01 Thread Erik Bray
On Friday, June 1, 2018 at 3:32:19 PM UTC+2, Francesco wrote: > > Hello everyone. > My installation is Sage 8.2 and windows 10 64bit, with imagemagick and > ffmpeg installed. I send these commands to sage: ( an example of reference > manual ) > > sage: sines = [plot(c*sin(x), (-2*pi,2*pi), color=

[sage-support] Re: editor for sage commands

2018-06-01 Thread Francesco
Hello Emmanuel; no one inline figure with inline plots enabled, but with inline plots disabled the figure into the external viewer. For the integral , with the inline typesetting enabled, there is a typeset formula, Otherwise a "rough" formula. Thank you Francesco Il giorno sabato 19 maggio 201

[sage-support] Sage's animations and windows 10

2018-06-01 Thread Francesco
Hello everyone. My installation is Sage 8.2 and windows 10 64bit, with imagemagick and ffmpeg installed. I send these commands to sage: ( an example of reference manual ) sage: sines = [plot(c*sin(x), (-2*pi,2*pi), color=Color(c,0,0), ymin=-1, ymax=1) for c in sxrange(0,1,.2)] sage: a = animate