nu_plugin_plot icon indicating copy to clipboard operation
nu_plugin_plot copied to clipboard

Plot coloring

Open EmilyGraceSeville7cf opened this issue 3 years ago • 1 comments

I've implemented simple horizontal chart drawer with coloring support in CMD 2 years ago. Here is how it's syntax looks like:

chart 1 { --item-foreground red } 5 { --item-foreground green } 3 { --item-foreground blue }

To make a long story short I suggest to add coloring support with random colors too. I think it would be a neat feature.

EmilyGraceSeville7cf avatar Jan 06 '23 16:01 EmilyGraceSeville7cf

Had a look, and it's cool! There is coloring support with nested lists, but not choosing arbitrary colors like in yours. It's a good idea, and I will see if I can once everything is stable :)

Euphrasiologist avatar Jan 06 '23 18:01 Euphrasiologist