Skip to content

housebyte/HarryPlotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HarryPlotter

C/C++ Graphing Library Plotting realtime data in X windows with keymapping Simple X Windows Graphing:

  1. Upto 3 traces
  2. Easy to implement example provided
  3. Additional Key thread feature for manipulating your data on the fly

g++ -I ./ -o keytest_ keytest.cc ./HarryPlotter.so -lpthread -lX11

Caution runfunc counter must begin at zero. Use sleep(1) within while loop for plotting time.

Useful for plotting any time series in C++ on linux.

Requirements X11-devel , Pthreads

Dont forget to include the *.h files for your plotting projects.

Thanks.

About

C/C++ Graphing Library Plotting realtime data in X windows with keymapping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages