python - Sharing axes in matplotlib plot_surface -


so have 3d surface: 3d surface

in have x coordinate of time, y coordinate of wavelength, , z coordinate of intensity - units don't matter question.

i have metric, can plotted time x coordinate:

an image x coordinate of time

what wondering, , don't see in docs this, if can share axes in similar way 2d plots such 'temperature ramp' figure plotted on xz plane @ y = 400 (or wall) in similar manner how contour projection plotted, new fourth axis, shared z, indicating temperature.

does have clue doing this?


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

SoapUI on windows 10 - high DPI/4K scaling issue -

java - why am i getting a "cannot resolve method" error on getApplication? -