Yea your plotting library is cool and all, but can it do this?

(plotting in the terminal. No extra libraries or special plugins, just native ascii, utf-8 and ansi)

@Psy_Fer_ Looking good! Curious what use-cases you expect for users.

@EpicBear a better plotting experience (that's pixel perfect) than existing rust crates. A binary that can plot on the command line...or to the terminal interface.

It's also pretty quick, so can plot thousands of complex plots quickly

I wrote it to make a few plots in another tool i wrote for STR analysis. I just got a little carried away on that side quest 😅

@EpicBear For the terminal specifically, i am thinking of people on a remote server with no X11 or whatever. And they just wanna have a quick look at 2 columns in a file on a scatter, or do a quick histogram or something to get an idea of what's going on.