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
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
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