Hello
I 've made some test so as to display a rectangle in a 3d view by using 
matplotlib methods.
I get examples from address 
http://nullege.com/codes/show/src%40m%40a%40matplotlib-HEAD%40matplotlib%40lib%40mpl_toolkits%40mplot3d%40axes3d.py/881/art3d.Line3DCollection/python

import warnings
from matplotlib.axes import Axes, rcParams
from matplotlib import cbook
from matplotlib.transforms import Bbox
from matplotlib import collections
import numpy as np
from matplotlib.colors import Normalize, colorConverter, LightSource
  
import art3d
import proj3d
import axis3d


then I remark that art3d is not included in matplotlib module, but I do not 
find any way to download art3d from the net. And why "import art3d" rather than 
"import mpl_toolkits.mplot3d.art3d" ?
Is anybody is aware about this topic.
Thanks a lot.




------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to