kroitor / asciichart

Nice-looking lightweight console ASCII line charts ╭┈╯ for NodeJS, browsers and terminal, no dependencies
MIT License
1.83k stars 94 forks source link

color config doesn't work in python code on my mac terminal #86

Closed Jack-ym closed 7 months ago

Jack-ym commented 7 months ago

here is my code : .... print(acp.plot(series, {'min': 0, 'max': 100, 'height': 4,'colors':acp.lightgreen} .... but the colors doesn't work can u help me ?

image
Jack-ym commented 7 months ago

I see the series can plot with multiple series, but if the color doesn't work , multiple data's line will be not easy to see

Jack-ym commented 7 months ago

now I understand, if I only use one series , the color is default color ,its doesn't need colors!! and I test one series and two series, it is indeed like this! it's a great tool, Thanks!