magland / sortingview

Web app for viewing results of ephys spike sorting
Apache License 2.0
23 stars 7 forks source link

Label min/max in vertical axis of timeseries panels #184

Closed magland closed 2 years ago

magland commented 2 years ago

From Loren: For plots where you allow vertical rescaling, could you add ymin and ymax values?

jsoules commented 2 years ago

It's not clear to me how this interacts with issue #181.

The only plot where we currently allow manual vertical rescaling is the average waveform plot, but this request doesn't seem germane there.

I think we would be best served by adapting the bottom (time-axis) tick marks to the vertical axis for TimeseriesView-derived plots.

jsoules commented 2 years ago

Resolved by SpikeSortingView PR #39.