nor nur
nor nur

Reputation: 39

Plotting 2d slices of 3d data in python (preferably using matplotlib)

I want to plot 2d slices of 3d data as shown in this figure (2d slices of 3d data goes here). 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

Answers (1)

PumpkinPie
PumpkinPie

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

Related Questions