Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Display a graphics object with multiple primatives

I'm trying to show how a set of lines changes with a matrix transformation. The part i am having trouble with is:

 g=Graphics()

 for c in range(10):

     g.add_primitive(parametric_plot(B*vector([x,c])  , (x, 0, 2*pi)))  

 show(g)

Because it doesn't plott the lines like i wanted but instead gives me

'Graphics' object has no attribute 'options'