Skip to content

Slicer inspector#552

Draft
nvaytet wants to merge 4 commits intospeedup-rectangle-inspectorfrom
inspector-slicer
Draft

Slicer inspector#552
nvaytet wants to merge 4 commits intospeedup-rectangle-inspectorfrom
inspector-slicer

Conversation

@nvaytet
Copy link
Copy Markdown
Member

@nvaytet nvaytet commented Apr 11, 2026

Combining the range slicer with the inspector plot:

%matplotlib widget
import plopp as pp
from plopp.data.examples import clusters3d

N = 256
da = clusters3d(nclusters=500, seed=12).hist(z=N, y=N, x=N)
pp.inspector(da, dim='z', mode='rectangle', logc=True)
Screenshot_20260411_104410

Fixes scipp/ess#15

@nvaytet nvaytet changed the base branch from main to speedup-rectangle-inspector April 11, 2026 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Adding slicer to the inspector plot.

1 participant