docs(2.0): named-panes example + gallery screenshot - #8
Merged
Conversation
examples/37_named_panes.py: the pane workflow in one screen — list-form
mosaic with real names (depth spans both rows), link_x='col' keeps the
price/volume column aligned, and view.pane('price').set_range(...) zooms
programmatically with the linked pane following. main() demos qv.show +
a pane-scoped RangeEvent subscription. Wired into the capture tool, the
gallery, and the example-mains regression list.
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.
Adds
examples/37_named_panes.pyand its gallery screenshot — the [D145]–[D151] pane workflow in one screen:"price","volume","depth"— depth spans both rows)link_x="col"keeps the price/volume column time-alignedview.pane("price").set_range(x=(18, 30))zooms programmatically — visible in the screenshot: both left panes sit at 18–30 while depth keeps its own axismain()additionally demos a pane-scoped subscription (view.on(qv.RangeEvent, ..., pane="price"))Wired into
tools/capture_screenshots.py,docs/gallery.md(Layouts section, next to the string-form mosaic), and thetest_example_mainsregression list. Suite 1049 green,mkdocs build --strictclean.🤖 Generated with Claude Code