You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks very useful, the referenced code is simple, and it's also MIT licensed so could be brought directly in to matplotlib without issues. @artmenlope would you be interested in doing that?
Problem
I couldn't make fill between to work for my 3D plot of a unit circle with a spectrogram sitting on top.
I went through the example on the website (https://matplotlib.org/stable/gallery/mplot3d/polys3d.html) but couldn't adapt it to my plot.
Proposed solution
Finally I found a repo that implements a

fill_between_3d
function and I could easily make it work.Please consider adding it to
matplotlib
.The text was updated successfully, but these errors were encountered: