I am processing x, y, and z data to have a floor map with high and lows. Z being a displacement sensor. I am having some difficulty plotting a good representation of my data. I am also fairly new to pandas and python in general. I have tried doing a contour plot with no luck, and I have only been able to plot my data using matplotlib as a 3d scatter as below. I tried looking into Bokeh as well using the surface3d extension, but I have not been successful. I would want to have my data shown in either a interactive 3d scatter or wireframe with gradients, and a contour plot. Thank you in advance!
[Jupyter Notebook Code. Omit comments. They are previous graphing attempts.]
[Jupyter Notebook Graph Result]