Here is an answer that lets one plot a plane using matplotlib
, but if one uses the vector [1, 0, 0]
, nothing gets plotted! This makes sense, because of the way the code is set up (meshgrid is on X-Y plane, and then Z points determine the surface.
So, how can I plot the X = 0 plane using matplotlib?