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), color='blue') p2 =plot(q_I(t0=t0, q0=q0, I0=I0,L=L, C=C), (t,0,tmax), color='red') g = graphics_array([p1, p2]); g.show(frame=True,figsize=[6,2])
On github I view the file : https://github.com/ictus5d/asa/blob/master/14-11-rlc.ipynb Le jeudi 5 juillet 2018 11:00:32 UTC+2, HG a écrit : > > Hi, > > 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 ? > > Regards > > r=2/sqrt(n(pi)); > > p1=plot(circle((0,0),r,color="red",fill=True,alpha=0.2,fontsize=8)+\ > polygon(((-1,1),(1,1),(1,-1),(-1,-1)),color="blue",alpha=0.2, > thickness=1,frame=True,axes=True,fontsize=8));p2=c > g = graphics_array([p1,p2]); > g.show(frame=True,figsize=10,fontsize=8) > > > -- 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 group, send email to sage-support@googlegroups.com. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.