Plots a file, displaying new data as it is generated (analogous to 'tail -f')
- Clone patched version of MCT from GitHub
- In
mct/Plotterfolder, runmvn install - In
TailPlotfolder, runmvn compile assembly:single - Output is
TailPlot/target/tailplot-1.0.0-jar-with-dependencies.jar
Run as java -Dsun.java2d.opengl=true -jar target/tailplot-1.0.0-jar-with-dependencies.jar.
Run with --help for usage instructions.
