# Plot Making

PyTTOP can generate plots and automatically handle labels, legends, and other plot elements for data in table columns. It also supports comparing different subsets by either overplotting data or displaying them in separate subplots. While PyTTOP automates plotting for convenience during quick data explorations, users still have full control over the plots, making it also useful when creating publication-ready figures. 
<!-- It can also generate plots comparing various subsets, either by overplotting data for different subsets, or by plotting them in different subplots. Although PyTTOP automatically handles plotting, you also have control of the plots, making it not only convenient for quick explorations of data features, but also useful when creating figures suitable for publications. -->

This section focuses on plot making, primarily using the `plots()` method provided by PyTTOP.

```{tableofcontents}
```