plotters-rs / plotters

A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀
https://plotters-rs.github.io/home/
MIT License
3.89k stars 281 forks source link

Request for one or two more examples of how to use in jupyter #8

Closed EdmundsEcho closed 5 years ago

EdmundsEcho commented 5 years ago

This is a great resource. Thank you. Being new to Rust, I was looking forward to playing with the language in jupyter. This lib provides a key ingredient. This said, I was trying to parse through the example code to draw different charts to no avail. Do you think you could provide another example or two for me to use to figure out how to use the lib in jupyter? To be clear, the example you provide, works as promised. Thank you in advance. - E

38 commented 5 years ago

Sure, I am working on more examples!

38 commented 5 years ago

Just let you know I realize having a interactive tutorial in Jupyter may be really helpful and I am currently making it.

You can check https://github.com/38/plotters-doc-data/blob/master/evcxr-jupyter-integration.ipynb for the notebook that is working in progress

EdmundsEcho commented 5 years ago

I just tried to click on the link and received "something went wrong" message. I'll try again this evening.

38 commented 5 years ago

I mean you can download this one https://raw.githubusercontent.com/38/plotters-doc-data/master/evcxr-jupyter-integration.ipynb And try with your own Jupyter + evcxr. Yuo can checkout the repo https://github.com/38/plotters-doc-data And if you have any thoughs, ideas or want to change any thing, you are more than welcome to submit a PR to the data repo (not this one).

Thanks!

38 commented 5 years ago

Also check out the static rendered version of this notebook.

https://plumberserver.com/plotters-docs/evcxr-jupyter-integration.html

EdmundsEcho commented 5 years ago

Fantastic.

38 commented 5 years ago

I will keep it updated. Now closing the issue