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.
- fill_
between - Fill-between chart builder methods.
- histogram
- Histogram chart builder methods and binning utilities.
- line
- Line chart builder methods.
- scatter
- Scatter chart builder methods.