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.

Reply via email to