[Matplotlib-users] (no subject)

Benjamin Root ben.v.root at gmail.com
Tue Nov 27 16:19:47 EST 2018


plot_surface() in mplot3d can ultimately do what you want, but you need to
provide it the isosurface. I think scikit-image can provide that
information with its marching cubes function.

Does that help?

Ben Root


On Tue, Nov 27, 2018 at 4:05 PM Xiaosong Zhu <zxs.201 at gmail.com> wrote:

> Hi Everyone!
>
>
>
> May I ask a question. Is it possible to plot the 3D iso-surface figures?
> Like the figures plotted by isosurface in MATLAB?
>
>
>
> https://www.mathworks.com/help/matlab/ref/isosurface.html
>
>
>
> Or like the 1st figure in
>
>
>
> https://en.wikipedia.org/wiki/Atomic_orbital.
>
>
>
> I need this because I would like to plot the configure of target molecular
> orbitals using the data calculated from first-principle calculation. I have
> looked through the examples of the website. There are only examples similar
> to this but not the same?
>
>
>
> Thanks very much!
>
>
>
> Sincerely,
>
> Xiaosong
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users at python.org
> https://mail.python.org/mailman/listinfo/matplotlib-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20181127/9c86d550/attachment.html>


More information about the Matplotlib-users mailing list