Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* First cut: PyGFX histogram Many things still don't work. But some things do! * Pure-PyGFX histogram * Actually use the data maximum for the y-axis tick Was previously using the bounding box maximum which was the height of the clims :( * Add histogram pan/zoom * Dynamically resize canvas * Add WxWgpuCanvas * Update src/ndv/views/_pygfx/_histogram.py * add basic test * skip for non qt * fix wx app reuse * refactor * pin numpy too * skip histogram test on windows 3.12 with pyside/pygfx * change skip logic --------- Co-authored-by: Talley Lambert <[email protected]>
- Loading branch information