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.79k stars 273 forks source link

plotters-doc-data #270

Open irevoire opened 3 years ago

irevoire commented 3 years ago

Hello, I noticed that every time someone uses plotters, he ends up with the whole plotters-doc-data directory in his ~/.cargo directory. And more basically, every time someone pulls plotters as dependencies, he has to download all this quite heavy directory.

Maybe it would be a good idea to not include the doc-data in the main plotters repo; what do you think?

image

shinmili commented 2 years ago

Now it seems to be fixed in #284. Publishing to crates.io will solve the issue.

38 commented 2 years ago

For now I think #284 is a ok solution, but I think the next step would be how to make examples output been produced in a better place. I just keep this issue open and we need to revisit this later