Skip to content

elcoco/complot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMPLOT :: ASCII live plotting in c

Complot is a C library that can do live plotting in ncurses.
Included is an example application that plots financial data streamed from binance.

screenshot

Controls:

q       quit

h, ←    pan left
j, ↓    pan down
k, ↑    pan up
l, →    pan right

L       zoom out
H       zoom in

n       open new plot
d       close selected plot
K       move selection up
J       move selection down

r       reset view
R       toggle y axis autorange for selected plot
i       select interval for selected plot

x       display log window
s       toggle status bar
g       toggle grid

Dependencies:

- curl
- ncurses

Compile and run:

make
./complot -s XMRBTC

About

An ncurses live plotting library in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published