TD_PLOT Function | Teradata Vantage - TD_PLOT - Teradata Vantage

Database Unbounded Array Framework Time Series Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-10-04
dita:mapPath
ncd1634149624743.ditamap
dita:ditavalPath
ruu1634160136230.ditaval
dita:id
ncd1634149624743

TD_PLOT provides the ability to generate charts. The generated charts can be in the JPG, PNG, or SVG formats. The function provides a range of charts to visualize your data. It is used with Teradata Vantage SQL queries, allowing you to extract data from tables, and create visualizations from the result set. You can group data by one or more columns and create separate charts for each group.

The function returns a BLOB (binary large object) that contains the chart. Use a tool such as Teradata Vantage SQL Assistant or Teradata Vantage Studio to view the chart, save it to a file, or embed it in a report or presentation. You can also view the chart in Python Notebook.

TD_Plot can handle large datasets. It is used by data analysts and business users who want to explore and visualize data. You can view trends, patterns, or relationships in your data, and gain valuable insights to inform business decisions.

The following chart styles are available:
  • Line
  • Scatter
  • Bar
  • Mesh
  • Seismic wiggle
  • Geometry

TD_PLOT takes single series, many series on a single plot, and composite plots that display different result sets on a single plot. TD_PLOT supports up to 1024 different series per plot.