Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Graphics array without ticks

Hello,

how can I create a graphics array consisting of 4 graphs without ticks? I tried this:

p1=plot(EllipticCurve([0,0,0,-1,2]), color='red', ticks=[[],[]])

p2=plot(EllipticCurve([0,0,0,1,-1]), color='red', ymin=-3, ymax=3, ticks=[[],[]])

p3=plot(EllipticCurve([0,0,0,-1,-1]), color='red', ymin=-4, ymax=4, ticks=[[],[]])

graphics_array(((p1,p2),(p3,p1)))

But it doesn't work. Only the last graphic is without ticks. Thank you very much! :)

Graphics array without ticks

Hello,

how can I create a graphics array consisting of 4 graphs without ticks? I tried this:

p1=plot(EllipticCurve([0,0,0,-1,2]), color='red', ticks=[[],[]])

ticks=[[],[]]) p2=plot(EllipticCurve([0,0,0,1,-1]), color='red', ymin=-3, ymax=3, ticks=[[],[]])

ticks=[[],[]]) p3=plot(EllipticCurve([0,0,0,-1,-1]), color='red', ymin=-4, ymax=4, ticks=[[],[]])

graphics_array(((p1,p2),(p3,p1)))

ticks=[[],[]]) graphics_array(((p1,p2),(p3,p1)))

But it doesn't work. Only the last graphic is without ticks. Thank you very much! :)