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.
- 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.