ESP  0.1
The Example-based Sensor Predictions (ESP) system tries to bring machine learning to the maker community.
matplotlibcpp Namespace Reference

Namespaces

 detail
 

Functions

template<typename Numeric >
bool plot (const std::vector< Numeric > &x, const std::vector< Numeric > &y, const std::map< std::string, std::string > &keywords)
 
template<typename NumericX , typename NumericY >
bool plot (const std::vector< NumericX > &x, const std::vector< NumericY > &y, const std::string &s="")
 
template<typename Numeric >
bool named_plot (const std::string &name, const std::vector< Numeric > &x, const std::vector< Numeric > &y, const std::string &format="")
 
template<typename Numeric >
bool plot (const std::vector< Numeric > &y, const std::string &format="")
 
void legend ()
 
template<typename Numeric >
void ylim (Numeric left, Numeric right)
 
template<typename Numeric >
void xlim (Numeric left, Numeric right)
 
void title (const std::string &titlestr)
 
void axis (const std::string &axisstr)
 
void xlabel (const std::string &str)
 
void ylabel (const std::string &str)
 
void grid (bool flag)
 
void show ()
 
void save (const std::string &filename)
 

Function Documentation

void matplotlibcpp::axis ( const std::string &  axisstr)
inline
void matplotlibcpp::grid ( bool  flag)
inline
void matplotlibcpp::legend ( )
inline
template<typename Numeric >
bool matplotlibcpp::named_plot ( const std::string &  name,
const std::vector< Numeric > &  x,
const std::vector< Numeric > &  y,
const std::string &  format = "" 
)
template<typename Numeric >
bool matplotlibcpp::plot ( const std::vector< Numeric > &  x,
const std::vector< Numeric > &  y,
const std::map< std::string, std::string > &  keywords 
)
template<typename NumericX , typename NumericY >
bool matplotlibcpp::plot ( const std::vector< NumericX > &  x,
const std::vector< NumericY > &  y,
const std::string &  s = "" 
)
template<typename Numeric >
bool matplotlibcpp::plot ( const std::vector< Numeric > &  y,
const std::string &  format = "" 
)
void matplotlibcpp::save ( const std::string &  filename)
inline
void matplotlibcpp::show ( )
inline
void matplotlibcpp::title ( const std::string &  titlestr)
inline
void matplotlibcpp::xlabel ( const std::string &  str)
inline
template<typename Numeric >
void matplotlibcpp::xlim ( Numeric  left,
Numeric  right 
)
void matplotlibcpp::ylabel ( const std::string &  str)
inline
template<typename Numeric >
void matplotlibcpp::ylim ( Numeric  left,
Numeric  right 
)