We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running a slightly modified version of numpy_arr.py to force wx+pygfx:
numpy_arr.py
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 ⭐
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running a slightly modified version of
numpy_arr.py
to force wx+pygfx:Rotating the mouse wheel once transports you to a galaxy far far away ⭐
20250122-0402-52.4435720.mp4
The text was updated successfully, but these errors were encountered: