-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Is there an example where I can choose the colors directly rather than let the library choose a mapping between data types and colors?
Something like:
auto data = trase::create_data().x(x).y(y).color(color).fill(color);where color is something like:
std::vector<std::string> color = {"#FFA500", "#000000", "#FFFF00"};etc...
Metadata
Metadata
Assignees
Labels
No labels