datoviz
datoviz copied to clipboard
⚡ High-performance GPU interactive scientific data visualization with Vulkan
How would you feel about making a conda-forge package? Do you feel like datoviz is ready for a more general audiance? If not, I can just publish it for "myself"...
Would you consider making ipython an optional dependency? Patch below, i can make a PR if you like the patch ```patch From 46ecf8e079ecc25c2e62455a8ca9ae17840813ec Mon Sep 17 00:00:00 2001 From: Mark...
This helps better understand the actual requirements.
Hello Cyril, First: as a VisPy user looking to include a performant visualization library into a non-Python project, Datoviz looks like an absolute godsend! Note that I am using MinGW...
Hello Cyril, I want to do an animated 3D xyz plot, on datoviz website homepage the wavelike 3D thing above the scatter plot looks promising, could you add it as...
``` $ python3.11 x.py Error loading /usr/local/lib/python3.11/site-packages/datoviz: /usr/local/lib/python3.11/site-packages/datoviz: read error: Invalid argument Traceback (most recent call last): File "/usr/ports/science/py-datoviz/x.py", line 4, in app = dvz.app(0) ^^^^^^^^^^ TypeError: 'DVZ' object is...
Fetch isn't allowed during package builds for security reasons, which makes maintenance of ports using FetchContent more hassle than it should be, since all FetchContent instructions need to be manually...
As discussed on issue: https://github.com/datoviz/datoviz/issues/98 Features: Open figure in fullscreen mode: app.figure(fullscreen=True) Switch between fullscreen and windowed mode: figure.set_fullscreen(True)
In the program below I had to use the dvz.app_on_resize(). Is this still the correct method. ```python # @app.on_resize(figure) # This does not work, although it looks like it should...
Thanks for developing such an excellent visualization library! Is it possible to implement the following requests and questions: (1) Provide a colorbar object to display the color scale. (2) `app.mesh`...