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)
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_ It reminded me of bashplotlib:
https://github.com/glamp/bashplotlib
But I guess it's a different (and new) thing, then. And looks like it has GTF support. So please do announce it, once the docs are done!
@brenhinkeller oh wow! They look clean as heck!
No, this is from a library I wrote. Terminal plotting is just like a little fun module I added cause I thought it was cool 😅
@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 😅