Introduction to Plotting in teradataml - Plotting in teradataml - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
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.