Composition & Utilities
The datachart.utils module of the datachart package provides the figure composition functions and various utilities for data visualization.
These include:
- The datachart.utils.Panel function for overlaying multiple charts on a single plot with optional dual y-axes, as illustrated in the panel section.
- The datachart.utils.Grid function for arranging multiple charts in a grid layout, as illustrated in the grid section.
- The
textschart parameter and the datachart.utils.Annotate function for attaching text annotations to charts and finished figures, as illustrated in the text annotations section. - The datachart.utils.stats module for statistical calculations, as illustrated in the stats section.
- The datachart.utils.save_figure function for saving figures into files, as showcased in the charts section.