Skip to content

various kinds of plots #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
JoelSjogren opened this issue Jan 19, 2022 · 3 comments
Closed

various kinds of plots #49

JoelSjogren opened this issue Jan 19, 2022 · 3 comments

Comments

@JoelSjogren
Copy link
Contributor

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
Copy link
Contributor Author

(i am using evcxr in jupyterlab in linux)

@mfreeborn
Copy link
Contributor

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants