3

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.

Python learner
  • 1,159
  • 1
  • 8
  • 20
nor nur
  • 39
  • 3

1 Answers1

1

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

PumpkinPie
  • 111
  • 1
  • 6