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=
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
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