Merge branch 'rtoy-wrap-option-args'
[maxima.git] / doc / info / figures / draw_nticks.mac
blobf90d865ca5603579575b9ec52f56adb64215755f
1 load("docdraw.mac");
2 docdraw2d("figures/draw_nticks",
3         transparent = true,
4         ellipse(0,0,4,2,0,180),
5         nticks = 5,
6         ellipse(0,0,4,2,180,180)
7 )$