Open davidB opened 5 years ago
possibly relevant: https://github.com/nannou-org/nannou for interactive simulations. don't think it would take much work to e.g. plug in ndarray over there.
Hi All, I would like to express my thoughts which I have for the data-viz topic. I come from python and have used visualisations in matplotlib (static images), bokeh/plotly (web-based), pyqtgraph (qt-based desktop gui). What I observe are the following points:
Do people have some example. I know two examples like plotlib, Gust, Plotter. I would really like to have something like Vega, Matplotlib as the go to crate within rust in the future.
I am really excited to work on this.
Hi All,
This the current list of what I found:
my own unpublished (very wip / experimental) crates evcxr_displayers, target to display data
I'll try to publish a crate asap to collect feedback,... (in this context I made a PR to generate friendlier builder for vega-lite API via derive_builder, should be part of next release)
Data visualization (data-viz) is used for exploration, explanation, illustration, ...
This a place to discuss: