NPL
Neurological Programs and Libraries
basic_plot.h File Reference
#include <iostream>
#include <cstdlib>
#include <list>
#include <vector>
#include <tuple>

Go to the source code of this file.

Classes

class  npl::Plotter
 Class for creating basic plots of arrays or functions. An example might be: More...
 
struct  npl::Plotter::StyleT
 

Namespaces

 npl
 

Typedefs

typedef char npl::rgba[4]
 

Functions

template<typename T >
void npl::writePlot (std::string filename, const std::vector< T > &data)
 Writes a plot to the given filename. This is a convience wrapper around Plotter, which for quick-and-dirty use might be too much setup. More...
 
template<typename T >
void npl::writePlot (std::string filename, const std::vector< T > &data, size_t xsize, size_t ysize)
 Writes a plot to the given filename. This is a convience wrapper around Plotter, which for quick-and-dirty use might be too much setup. More...