Reputation: 39
I want to plot 2d slices of 3d data as shown in this figure (). Is it possible to do it in python, preferably using matplotlib? I am hoping to have someone provide me with guidance, or a sample code is even better. I appreciate any help anyone can provide.
Upvotes: 3
Views: 3353
Reputation: 141
As far as I know Matplotlib so far can not handle the intersecting planes correctly.
matplotlib not displaying intersection of 3D planes correctly
Display the maximum surface in matplotlib?
You can try to use mayavi or plotly. In particular check out this link
Upvotes: 1