plotly / plotly.rs

Plotly for Rust
https://docs.rs/plotly
MIT License
1.1k stars 104 forks source link

various kinds of plots #49

Closed JoelSjogren closed 1 year ago

JoelSjogren commented 2 years ago

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 nice to have.

JoelSjogren commented 2 years ago

(i am using evcxr in jupyterlab in linux)

mfreeborn commented 2 years ago

Happy to receive pull requests for new plot types. It's faitly straightforwards if you copy the style of other plot implementations. It's then mostly just a case of transcribing the plotly.js docs into Rust structs/enums.

mfreeborn commented 1 year ago

Closed by #88 - thanks very much on initiating this :)