[BUG] Inconsistent Colormesh Plot Orientation #51

Open
opened 2025-04-26 06:32:51 +00:00 by nuluh · 0 comments
nuluh commented 2025-04-26 06:32:51 +00:00 (Migrated from github.com)

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

  1. Run pcolormesh cell in stft.ipynb

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

cb38021

Environment

No response

Additional Context

No response

### 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 1. Run pcolormesh cell in stft.ipynb ### 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 ```shell ``` ### Component Jupyter Notebook ### Version/Commit cb38021 ### Environment _No response_ ### Additional Context _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nuluh/thesis#51