The Wayback Machine - https://web.archive.org/web/20201118144622/https://github.com/38/plotters/issues/153
Skip to content
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

Benchmark aginst Python libraries #153

Open
shinokada opened this issue Jun 11, 2020 · 2 comments
Open

Benchmark aginst Python libraries #153

shinokada opened this issue Jun 11, 2020 · 2 comments

Comments

@shinokada
Copy link

@shinokada shinokada commented Jun 11, 2020

Hi,

I am wondering if there are any benchmark data vs Python visualization libraries.

I think it will help users and gain more plotters users.

@38
Copy link
Owner

@38 38 commented Jun 29, 2020

That would be nice and I think one of the reason why this crate exists is we can take advantage of Rust's performance. Since if we use python, most of the data downsampling step need to be done by other programs,but if we use Rust the downsampling step won't be an issue any more.

But the benchmark is still very interesting.

@shinokada
Copy link
Author

@shinokada shinokada commented Jun 29, 2020

The benchmark will create a lot of traction.
There are many Python-based plotting libraries, matplotlib, plotly, seaborn, ggplot, altair, etc.
But if the Plotters can show the difference, many will start using Rust and Plotters for their Data visualization tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.