olavolav / uniplot

Lightweight plotting to the terminal. 4x resolution via Unicode.
MIT License
343 stars 16 forks source link

Added basic color control #31

Closed PabloRuizCuevas closed 1 month ago

PabloRuizCuevas commented 1 month ago

Added basic support to color control, default to original solution

plot(
    [[1, 2, 3, 5, 7, 2, 3, 4], [4, 2, 2, 5, 1, 2, 2, 4]],
    color=["red", "blue"],
    legend_labels=["test", "test2"],
)
olavolav commented 1 month ago

Looks great, thank you!

olavolav commented 1 month ago

Is now live as v0.13.0