Program Listing for File plots.h

Return to documentation for file (include/cpphots/plots.h)

#ifndef CPPHOTS_PLOTS_H
#define CPPHOTS_PLOTS_H

#include "types.h"


namespace cpphots {

void plot_ts(const TimeSurfaceType& ts);

void plot_multiple_ts(const std::vector<TimeSurfaceType>& mts, unsigned int rows = 0, unsigned int cols = 0, bool colorcode = true);

}

#endif