Skip to content
/ unplot Public

A simple program to convert a univariate plot to its corresponding series

License

Notifications You must be signed in to change notification settings

jmdha/unplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unplot

A simple program to convert a univariate plot to its corresponding series

Original Generated Series Reconstructed
sine 398 398.5 399 400 401 401.5 402.5 403.5 404 405 405.5 406.5 ... plt

Building

Uses stb image library, which is included, however that requires math. As such to build simply link math.

git clone https://github.com/jmdha/unplot.git && \
cd unplot && \
gcc main.c -lm

Performance

Time to convert an image of size "width" x "height" in pixels. Includes file operations, reading, etc...

1000 x 600: 0.02s

20000 x 20000: 0.5s

About

A simple program to convert a univariate plot to its corresponding series

Topics

Resources

License

Stars

Watchers

Forks