John,

Shall I update this file and change the error to say something like
"mplot3d is now available as a toolkit, use import
mpl_toolkits.mplot3d"?

The other option would be to just do a "from mpl_toolkits.mplot3d.axes3d".

Regards,
Reinier

On Mon, Jun 15, 2009 at 2:13 AM, Gökhan SEVER<gokhanse...@gmail.com> wrote:
> On Sat, Jun 13, 2009 at 4:17 PM, Reinier Heeres <rein...@heeres.eu> wrote:
>>
>> Hi,
>>
>> I just fixed this issue and implemented setting/unsetting of the grid.
>> I also added a parameter axes3d.grid to matplotlibrc, which defaults
>> to True. Is that ok?
>>
>> Cheers,
>> Reinier
>
> Ok, that strange line doesn't show anymore. Thanks for the fix.
>
> axes3d.grid works well from matplotlibrc file.
>
> Could you tell me how to import axes3d module from within Ipython?
>
> I get the following error when I try: (Seems to me something needs to be
> updated?)
>
> In [3]: from matplotlib import axes3d
> ---------------------------------------------------------------------------
> NotImplementedError                       Traceback (most recent call last)
>
> /home/gsever/Desktop/python-repo/matplotlib/examples/mplot3d/text3d_demo.py
> in <module>()
> ----> 1
>       2
>       3
>       4
>       5
>
> /home/gsever/Desktop/python-repo/matplotlib/lib/matplotlib/axes3d.py in
> <module>()
> ----> 1
>       2
>       3 raise NotImplementedError('axes3d is not supported in
> matplotlib-0.98.  You may want to try the 0.91.x maintenance branch')
>       4
>       5
>
> NotImplementedError: axes3d is not supported in matplotlib-0.98.  You may
> want to try the 0.91.x maintenance branch
>
> gs
>



-- 
Reinier Heeres
Bleijenburg 64
2511 VD Den Haag
The Netherlands

Tel: +31 6 10852639

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to