nu_plugin_plot
nu_plugin_plot copied to clipboard
Plot coloring
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.
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 :)