Expand description
Chart builder methods for configuring visual properties.
Each chart type (line, scatter, bar, histogram, fill_between) has builder methods implemented directly on its artist type.
Modulesยง
- bar
- Bar chart builder methods.
- boxplot
- Box plot builder methods.
- errorbar
- Error bar chart builder methods.
- fill_
between - Fill-between chart builder methods.
- heatmap
- Heatmap chart builder methods.
- histogram
- Histogram chart builder methods and binning utilities.
- line
- Line chart builder methods.
- scatter
- Scatter chart builder methods.
- stem
- Stem chart builder methods.
- step
- Step chart builder methods.