Introduction to Plotting in teradataml - Plotting in teradataml - Teradata Package for Python

Teradata® Package for Python User Guide

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Package for Python
Release Number
20.00
Published
December 2024
ft:locale
en-US
ft:lastEdition
2025-01-23
dita:mapPath
nvi1706202040305.ditamap
dita:ditavalPath
plt1683835213376.ditaval
dita:id
rkb1531260709148
lifecycle
latest
Product Category
Teradata Vantage
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.