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