eto-ai / rikai

Parquet-based ML data format optimized for working with unstructured data
https://rikai.readthedocs.io/en/latest/
Apache License 2.0
137 stars 19 forks source link

rikai.viz.Text does not accept color as configuration #519

Closed eddyxu closed 2 years ago

eddyxu commented 2 years ago
from rikai.viz import Text

Text("foo", (1, 2)) @ {"color": "yellow"}
eddyxu commented 2 years ago

Closed #521