-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Running a slightly modified version of numpy_arr.py to force wx+pygfx:
from __future__ import annotations
import ndv
import os
os.environ["NDV_GUI_FRONTEND"] = "wx"
os.environ["NDV_CANVAS_BACKEND"] = "pygfx"
try:
img = ndv.data.cells3d()
except Exception as e:
print(e)
img = ndv.data.nd_sine_wave((10, 3, 8, 512, 512))
viewer = ndv.imshow(img)Rotating the mouse wheel once transports you to a galaxy far far away ⭐
20250122-0402-52.4435720.mp4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working