teradataml supports generating the following types of plots on its DataFrame:
- bar plot
- corr plot
- geometry plot
- line plot
- mesh plot
- scatter plot
- wiggle plot
teradataml exposes additional objects called Axis and Figure which help in customizing the plot with various options such as grid, plot resolution, and so on. All of these options are discussed in detail in the following sections.
Also, plotting allows you to combine multiple plots into a single plot with the help of subplot.