Skip to content

Plots a file, displaying new data as it is generated (analogous to 'tail -f')

License

Notifications You must be signed in to change notification settings

adamcrume/TailPlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TailPlot

Plots a file, displaying new data as it is generated (analogous to 'tail -f')

Screenshot

Building

  1. Clone patched version of MCT from GitHub
  2. In mct/Plotter folder, run mvn install
  3. In TailPlot folder, run mvn compile assembly:single
  4. Output is TailPlot/target/tailplot-1.0.0-jar-with-dependencies.jar

Running

Run as java -Dsun.java2d.opengl=true -jar target/tailplot-1.0.0-jar-with-dependencies.jar. Run with --help for usage instructions.

About

Plots a file, displaying new data as it is generated (analogous to 'tail -f')

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages