question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Vertical waveshow

See original GitHub issue

Is your feature request related to a problem? Please describe.

Branching this issue out from a comment in #1370 and some offline discussions.

TLDR: it could be useful if waveshow could draw transposed waveforms, rather than only plotting with time as the horizontal axis. The main use-case here is probably in things like cross-similarity plots, where it might be nice to have subplots on the top and left sides corresponding to the signals being compared.

Describe the solution you’d like The API could look like waveshow(..., orient='vertical'), though we’d probably need to consider revising other parameter names like offset= and x_axis= to be more flexible and align with what’s provided by specshow.

Describe alternatives you’ve considered We could achieve some of this by an axis transformation, but given the headaches we’ve already seen in melodyplot with this (fill_between does not currently play nicely with axes transforms), I’d rather not.

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:1
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
achabotlcommented, Jul 16, 2022

Giving this a shot during the SciPy sprints.

1reaction
bmcfeecommented, Jun 9, 2022

The orient argument is (I believe) a seaborn-ism, which provides a more consistent interface over matplotlib’s mixture of doppelganger functions and argument swaps.

Read more comments on GitHub >

github_iconTop Results From Across the Web

librosa.display.waveshow — librosa 0.10.0.dev0 documentation
librosa.display.waveshow¶ ... Visualize a waveform in the time domain. This function constructs a plot which adaptively switches between a raw samples-based view ...
Read more >
What are sea waves? How are waves formed in the ... - YouTube
Children will learn about vertical oscillation, how to create a wave model with a simple rope and a group of friends. We e...
Read more >
How to make waveplot nicely displayed using librosa with ...
So x=0.5 specifies a title position in the middle of the figure horizontally and y=0.915 specifies a vertical position of 91.5% of the...
Read more >
Two‐Layer Solutions to Long's Equation For Vertically ...
Two-Layer Solutions to Long's Equation For Vertically Propagating Mountain Waves: How Good Is Linear Theory? Dale R. Durran,. Dale R. Durran.
Read more >
Making waves: How UCL research could minimize - EurekAlert!
“The waves travel across oceans with small vertical displacements and in open water you could easily bob over one without noticing.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found