plotly.rs icon indicating copy to clipboard operation
plotly.rs copied to clipboard

Plotly for Rust

Results 74 plotly.rs issues
Sort by recently updated
recently updated
newest added

I've noticed that the code has already been implemented and merged to `dev` branch https://github.com/igiagkiozis/plotly/pull/66. But in version `0.7.0`, there is still no `Scatter3D` available. Please merge `dev` to `master`,...

Hi, I have implemented some basic wrapping code for [go.Mesh3D](https://plotly.com/python/reference/mesh3d/) and [go.Image](https://plotly.com/python/reference/image/) as suggested in #49. I used @mrhrzg's `scatter3d.rs` as a starting point. I am sending this pull request...

Hi there, Love the crate and was wondering if there are any plans to add Mapbox support in future? Many thanks, Andrew

It would be really good to boost test coverage throughout the library, and one way to monitor that would be to use something like [cargo-llvm-cov](https://github.com/taiki-e/cargo-llvm-cov) and [codecov.io](https://about.codecov.io/). I've put together...

it seems like plotly for rust doesn't support plotting these: 1. 3d mesh (https://plotly.com/python/3d-mesh/) 2. image loaded from disk/stored in array (https://plotly.com/python/imshow/) am i right? these features would be very...

This is a feature request for supporting a animated plot like seen [in this python example](https://plotly.com/python/animations/). I would expect it to work by giving for x and y a slice...

Thanks for the great library! Is there a good way to rapidly update plots for displaying realtime data? Looks like I can call plot.show() repeatedly, but that seems pretty sub-optimal.

The widespread use of `.unwrap()` and `.expect()` make this library unsuitable for use in applications that need to be fault-tolerant, such as webservers, etc. Consider refactoring code that can fail...

This is a great addition to the broader scientific computing ecosystem for Rust. I've not used plotly.js extensively, and I suspect a bunch of folks would want to try to...

documentation