Datachart Module
datachart
Datachart is a data visualization package.
The datachart package provides utilities for easier data visualization: chart
functions that return a matplotlib figure, the composition of finished figures,
a global style configuration with predefined themes, and the statistics behind
the charts. Each module has its own reference page.
Where to Look
| I want to… | Page |
|---|---|
| draw a chart and see what each parameter accepts | charts, one page per chart: the function, its data record, its style keys, and its constants |
| know the settings any chart takes, or the keys a theme holds | typings: reference lines and bands, texts, legend, emphasis rule, colorbar, and the theme style |
| find the values a parameter accepts | constants, with a table of constants by chart |
| change the look of every chart | config to apply and adjust a theme, themes for the predefined looks |
| overlay charts, arrange them in a grid, annotate, or save | utils: Panel, Grid, Annotate, and save_figure |
| compute the number a chart shows | utils.stats: centers, spreads, correlations, fits, intervals, smoothers, densities |
The how-to guides show the same API on real data, feature by feature.