ESP  0.1
The Example-based Sensor Predictions (ESP) system tries to bring machine learning to the maker community.
matplotlibcpp.h File Reference
#include <vector>
#include <map>
#include <numeric>
#include <stdexcept>
#include <iostream>
#include <python2.7/Python.h>

Go to the source code of this file.

Classes

struct  matplotlibcpp::detail::_interpreter
 

Namespaces

 matplotlibcpp
 
 matplotlibcpp::detail
 

Functions

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::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 > &y, const std::string &format="")
 
void matplotlibcpp::legend ()
 
template<typename Numeric >
void matplotlibcpp::ylim (Numeric left, Numeric right)
 
template<typename Numeric >
void matplotlibcpp::xlim (Numeric left, Numeric right)
 
void matplotlibcpp::title (const std::string &titlestr)
 
void matplotlibcpp::axis (const std::string &axisstr)
 
void matplotlibcpp::xlabel (const std::string &str)
 
void matplotlibcpp::ylabel (const std::string &str)
 
void matplotlibcpp::grid (bool flag)
 
void matplotlibcpp::show ()
 
void matplotlibcpp::save (const std::string &filename)