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

Add bar charts #29

Open
kdorr opened this issue Aug 16, 2018 · 0 comments
Open

Add bar charts #29

kdorr opened this issue Aug 16, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@kdorr
Copy link
Collaborator

kdorr commented Aug 16, 2018

Bar charts aren't supported yet in mpl-altair.

Implementation Notes

  • Marks should be handled in _marks.py
  • Plotting different data types in a bar plot gives different types of bar charts in Altair (vertical, horizontal, skinny bars, fat bars).
  • Plotting a categorical y against a categorical x gives a heatmap-like chart in Altair.
  • Adding a color encoding does different things depending on the data type. Sometimes the chart gets stacked, sometimes it doesn't.

For more information

@kdorr kdorr added the enhancement New feature or request label Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant