Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dbranch - plot_spectrogram changed #39

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

DFreireF
Copy link
Contributor

@DFreireF DFreireF commented Oct 9, 2023

I added to plot_spectrogram the parameters xlabel = None, ylabel = None. Today I wanted to plot in the spectrogram instead of y-axis = Time vs x-axis = Frequency --> the other way around, i.e. Frequency vs Time, however the xlabel and ylabel were before fixed. If xlabel is None, it will write the default (the previous message) if you write something it will write it in the label.

It is easier to just have a look to the code.

… the time in the x-axis and the frequency in the y-axis, however the labels where before fixed, now you can add whatever you want with the paremeters xlabel, ylabel. If not, prints the default labels.
…ed the new way of formating with f-strings and r-string for Latex display
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant