Added Customization Options to Visualization Step#365
Open
pauladkisson wants to merge 6 commits into
Open
Conversation
Add trace/mean color pickers to the visualization dashboard PSTH tab, replacing the hardcoded blue/black curve colors. Replace the shared drag-only axis-limit sliders with independent per-plot numeric min/max inputs that also snap to Bokeh zoom/pan via a range-sync hook, so each of the three PSTH plots owns its own axis range. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…cker, selector cleanup (#253) Follow-up polish on the PSTH visualization tab: - Independent save button + format selector per plot (single-event, comparison, selected-trials); the selected-trials plot is now saveable. - Categorical palette selector colors the multi-event comparison curves. - Trial picker is a CrossSelector so selected trials are visually obvious; the display mode never renders blank (falls back to individual trials). - Re-autofit each plot's Y range when its data selection changes, so switching event/trials no longer leaves traces clamped off-screen. - Numeric axis-limit boxes formatted to two decimals. - Default the x-axis to the actual PSTH window [nSecPrev, nSecPost]. - Moved the Mean color picker to plot 3 (its only remaining use); plot 1's all-trials mean line uses Trace color. - Removed the single-option x-selector and simplified the plot-1 "View" selector to overview views only (mean / All / bins) via overview_y_options. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Collaborator
Author
|
@Georgekiran, please take a look, and let me know what you think! |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #253