Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add bar charts #29

Open
Open
@kdorr

Description

@kdorr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions