Plotting of ImagineSignal
objects from the ImagineInterface.jl package.
After cloning you must run Pkg.build("ImaginePlots")
before the package will function.
Plotting is accomplished via Plots.jl and results may vary depending on which Plots backend you're using. At the moment the PyPlot and PlotlyJS backends are recommended.
After loading Plots.jl simply pass an ImagineSignal
to the plot
function to visualize the timeseries. If you pass a vector of ImagineSignal
then multiple timeseries will be shown, each in a separate subplot.