Adding Plots as a dependency is cumbersome, e.g. right now it's causing CCI to fail builds because of an arcane error in FFMPEG.jl, when CCI runs as root.
For now, remove all plotting functionality and deps on Plots.
Alternatively, save the plotted data arrays to csv, so users can plot them later.
This also dramatically reduces dependencies
Adding Plots as a dependency is cumbersome, e.g. right now it's causing CCI to fail builds because of an arcane error in FFMPEG.jl, when CCI runs as root.
For now, remove all plotting functionality and deps on Plots.
Alternatively, save the plotted data arrays to csv, so users can plot them later.
This also dramatically reduces dependencies