Note
We created this project for being team project work we send in Computer Programming Course CPE100
We found that
- Most plotting libraries are written in
C++
(It's hard to implement inC
since no OOP) - Most plotting libraries aren't designed to work in the terminal, so they often rely on image rendering programs to display graphs.
With this CLI
give you ability to plot your data into lightweight and beautiful command line charts. Feeling like a senior cybersecurity dude π
- Table Plot
- Scatter Plot
- File Write, Import and Export (csv format)
- Basic statistical calculations (STD, Mean, Median, Mode etc.)
- Plot Settings & More !
compile and run src/plot.c
file. Enjoy ;D !
This repository is CLI
version of π CTerminalPlotLib Check out Mr.Jakkarin of his incredible work which he optimized it for best practice !