COLOR Attributes | TD_PLOT Function | Teradata Vantage - TD_PLOT Usage Notes - Teradata VantageCloud Lake

Lake - Analyze Your Data with ClearScape Analytics™

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2026-02-20
dita:mapPath
tcl1683670667798.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
tcl1683670667798

The following information is based on Color formats information: Specifying Colors in Matplotlib.

COLOR Attribute Support

  • Case-insensitive RGB string equivalent hex shorthand of duplicated characters: #rgb or #rrggbb color, e.g. #f12 and #ff1122
  • Single-character shorthand notation (e.g., r, g, b).
  • CSS4 color names (see Named Colors on w3.org)
  • xkcd color names (see RGB Monitor Colors) with xkcd: prefix, e.g., xkcd:tan
  • Tableau colors (Teradata supports case sensitive usage only) with tab: prefix e.g., tab:blue, tab:orange.
  • CN colors (i.e., C0, C1, ... C9).

COLOR Attribute Limitations

  • Teradata supports RGB color only and does not allow use of float values when specifying color.
  • While Matplotlib may support more color names in the future, Teradata will use only the ones specified here.