Re: [matplotlib-devel] Creating 3d file

2013-06-26 Thread James Cline
This was my original attempt to go about this problem. This however, did not give back the data that I need. Using the get_path() method returns the vertices for the 2d protection of the 3d functions. The data that I need is the raw 3d data for the function. James On Jun 26, 2013 12:42 PM, "Erik B

Re: [matplotlib-devel] Creating 3d file

2013-06-26 Thread Erik Bray
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 trying to find the best place to put my code into. I have tried > editing the a

[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