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

various kinds of plots

Open JoelSjogren opened this issue 4 years ago • 2 comments

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 avatar Jan 19 '22 13:01 JoelSjogren

(i am using evcxr in jupyterlab in linux)

JoelSjogren avatar Jan 19 '22 13:01 JoelSjogren

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 avatar Apr 29 '22 12:04 mfreeborn

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

mfreeborn avatar Nov 03 '22 13:11 mfreeborn