[BUG] Inconsistent Colormesh Plot Orientation #51
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug Description
STFT colormesh orienation isn't consistent from single STFT colormesh plot to appended STFT. This makes confusing to explain what is going on throughout the process of appending the STFT results.
Steps to Reproduce
Expected Behavior
The orientation of appended stft should preserve its original orientation which is time as x-axis and frequency as y-axis.
Actual Behavior
The orientation of appended stft is flipped from single stft colormesh plot (time vs freq) to freq vs time
Error Logs
Component
Jupyter Notebook
Version/Commit
cb38021Environment
No response
Additional Context
No response