[matplotlib-devel] Creating 3d file

2013-06-25 Thread James Cline
Hi, I am trying to use matplotlib to create obj file that I can render in blender. I have already created the code to create the file itself. I am currently trying to find the best place to put my code into. I have tried editing the axes3d file and was able to create a working file. However, I am

Re: [matplotlib-devel] Creating 3d file

2013-06-26 Thread James Cline
;Erik Bray" wrote: > On Tue, Jun 25, 2013 at 8:52 AM, James Cline > wrote: > > Hi, > > > > I am trying to use matplotlib to create obj file that I can render in > > blender. I have already created the code to create the file itself. I am > > currently try