Re: [Matplotlib-users] problems with 3d plotting

2006-09-29 Thread Eric Firing
[EMAIL PROTECTED] wrote: > How to get the following through? Thanks > > > import matplotlib.axes3d as p3 > > Traceback (most recent call last): > File "", line 1, in -toplevel- > import matplotlib.axes3d as p3 > File "C:\Python24\lib\site-packages\matplotlib\axes3d.py", line 26, in > -to

[Matplotlib-users] problems with 3d plotting

2006-09-29 Thread zhangh1
How to get the following through? Thanks import matplotlib.axes3d as p3 Traceback (most recent call last): File "", line 1, in -toplevel- import matplotlib.axes3d as p3 File "C:\Python24\lib\site-packages\matplotlib\axes3d.py", line 26, in -toplevel- import art3d File "C:\Python24\

[Matplotlib-users] matplotlib 0.87.6 and wxPython

2006-09-29 Thread Werner F. Bruhin
Second sending (to list instead of gmane) - sorry if this gets through twice, but sent it yesterday and until this morning would not see it. I am including indiv. files instead of zip (maybe zip's are blocked?). Just downloaded the latest build to start testing my things with Python 2.5. I al

Re: [Matplotlib-users] line styles with hollow circles?

2006-09-29 Thread Christian Meesters
On Friday 29 September 2006 07:50, Jouni K Seppanen wrote: > Stefan van der Walt <[EMAIL PROTECTED]> writes: > > plot(x,y,'o',markerfacecolor='w') > > This makes circles filled with white. If you want circles that don't > obscure whatever is behind them, use markerfacecolor=None. Jouni, Bill, thank