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

Database Unbounded Array Framework Time Series Functions

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-04-04
dita:mapPath
ncd1634149624743.ditamap
dita:ditavalPath
ruu1634160136230.ditaval
dita:id
ncd1634149624743

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.