In sagemath-8.5beta3, I got it working after deleting all figsize and
fontsize in all subplot
@interact
def _(t0=0, q0=1e-6, I0=0,
L=slider(1e-3,1e0,0.01,12e-2),
C=slider(1e-9,1e-5,1e-7, 1.5e-6),tmax=1e-2):
p1 = plot(q_LC(t0=t0, q0=q0, I0=I0, L=L,
C=C), (t,0,tmax),
Yes sorry... I probably didn't copy and paste well.
r=2/sqrt(n(pi));
c = circle((0, 0), r, color="red", fill=True, alpha=0.2, fontsize=8)
That's what I do, r is the special for a perfect quadrature of circle. I
don't know RDF but seems to give the same result, thanks.
As you said the fontsiz
Thu 2018-07-05 09:00:32 UTC, HG:
> In this graphic the second graphic p2 doesn't modify fontsize=8,
> but if I interchange it does, that means the second graphic is
> invalid to the command. Any help ?
> r=2/sqrt(n(pi));
> p1=plot(circle((0,0),r,color="red",fill=True,alpha=0.2,fontsize=8)+\
> po