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

any difference from altair? #2

Open
den-run-ai opened this issue Aug 25, 2016 · 1 comment
Open

any difference from altair? #2

den-run-ai opened this issue Aug 25, 2016 · 1 comment

Comments

@den-run-ai
Copy link

No description provided.

@saeedamen
Copy link
Contributor

@denfromufa thanks for the question! From what I understand Altair allows users to specify plots in a higher level manner which is simpler than the typical syntax. chartpy also seeks to have a simple API for plotting. From what I understand, Altair outputs JSON for use with the vega plotting library as a backend.

chartpy is a bit different, given it lets you use matplotlib, Plotly and Bokeh as a charting backend (I choose these, given they seem to be the most popular plotting libraries for Python). The idea is that the chartpy API should be virtually the same whether you are using matplotlib, Plotly and Bokeh (just change one keyword to switch libraries). I'm also planning on adding other plotting libraries like bqplot too, to chartpy and also more plot types too.

I'm hoping chartpy will save folks a lot of time when it comes to creating charts, building on the great work of matplotlib, Plotly and Bokeh.

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