>>
>> > Firstly I would like to discuss about writing/fixing/ extening the
>> > backends
>> > for the plotting module
>> > of Sympy. Currently Sympy makes use of pyglet for plotting 3D plots.
>>
>> For quite some time pyglet is not used. The code is still there, but
>> the new plotting module does not use it. The code is not tested
>> anymore either, so it might already be broken. Removing the pyglet
>> module completely is an option if the latest matplotlib works well
>> with 3D.
>>
>
> So, Currently matplotlib works only for 2D or for both 2D and 3D but not
> well with 3D.
>
> Could you provide with some idea so that matplotlib works well with 3D. We
> are
> currently having the backend of matplotlib.
>
> https://github.com/NitinAgarwal/sympy/blob/master/sympy/plotting/plot.py
>

Matplotlib supports 3d plots, and sympy uses that functionality,
however it is nowhere near what mayavi has (moreover the performance
in matplotlib is horrible as it does not use 3d acceleration).


>>
>> > Since
>> > it is mentioned that
>> > we can add backends : matplotlib, Google Chart API link, pyglet,
>> > asciart,
>> > d3.js and mayavi.
>> > I think working on this would be better. I had tried my hands working
>> > with
>> > the d3.js and mayavi
>> > backend and can start off working on this after seeking appropriate
>> > guidance
>> > from the mentor.
>>
>> Sounds as a plan. Be sure to check how much of this is already done
>> (or can be done) in matplotlib itself. We do not want to reinvent the
>> wheel.
>
>
> Yes I am thinking to implement a backend for d3.js and mayavi but I would
> like to
> know which would be more appropriate. I had looked at the matplotlib backend
> currently implemented.
>
> So which one shall I start working on : backend for d3.js or backend for
> mayavi.
>

Unless somebody else has a better suggestion, start with whatever is
more convenient for you.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to