Brplot – plotting app/lib in C
github.com
Brplot – plotting app/lib in C
1–10 of 21 posts
Re: Brplot – plotting app/lib in C
#2Re: Brplot – plotting app/lib in C
#3There is some slight friction (headless mode still seems to require imgui), but the plots look great and I may replace some of my gnuplot scripts with brplot. It seems much better integrated in a unix workflow.
Re: Brplot – plotting app/lib in C
#4That works similarly in that it plots standard input. The backend is gnuplot, which is a double-edged sword: it's far more full-featured than brplot, but almost certainly is much slower also. I'll try out brplot to see if it would be a good replacement for cases where speed is important. Thanks!
Re: Brplot – plotting app/lib in C
#5Re: Brplot – plotting app/lib in C
#6[flagged]
It seems like HN is getting robo-spam.
This comment, plus a few other comments in the last few minutes that I can’t seem to find now.
Just fyi.
Re: Brplot – plotting app/lib in C
#7Re: Brplot – plotting app/lib in C
#8Re: Brplot – plotting app/lib in C
#9Thanks for the post. The obvious comparison is feedgnuplot: https://github.com/dkogan/feedgnuplot/ That works similarly in that it plots standard input. The backend is gnuplot, which is a double-edged sword: it's far more full-featured than brplot, but almost certainly is much slower also. I'll try out brplot to see if it would be a good replacement for cases where speed is important. Thanks!
Re: Brplot – plotting app/lib in C
#10Hope this saves someone some time as this is not mentioned in the readme. Cool project though.