[sage-devel] Re: Graphics class

2006-10-27 Thread Robert Miller
> On 10/27/06, Robert Miller <[EMAIL PROTECTED]> wrote: > > I'm not trying to add a matplotlib primitive, exactly. I'm defining a > > new type of primitive, GraphicPrimitive_NetworkXGraph. The user > > doesn't need to use this primitive, but it's an intermediate step for > > me in constructing a g

[sage-devel] Re: Graphics class

2006-10-27 Thread alex clemesha
On 10/27/06, Robert Miller <[EMAIL PROTECTED]> wrote: I'm not trying to add a matplotlib primitive, exactly. I'm defining anew type of primitive, GraphicPrimitive_NetworkXGraph. The userdoesn't need to use this primitive, but it's an intermediate step forme in constructing a graphics object that wi

[sage-devel] Re: Graphics class

2006-10-27 Thread alex clemesha
On 10/27/06, Robert Miller <[EMAIL PROTECTED]> wrote: There's one thing that the Graphics class needs: the way it's writtenright now, the only graphics primitives you can add are the oneslisted in the module itself. If I get to the following point,import networkx as NX G = NX.dodecahedral_graph()N