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

#include <matplotlibcpp.h>

Static Public Member Functions

static _interpreterget ()
 

Public Attributes

PyObject * s_python_function_show
 
PyObject * s_python_function_save
 
PyObject * s_python_function_figure
 
PyObject * s_python_function_plot
 
PyObject * s_python_function_legend
 
PyObject * s_python_function_xlim
 
PyObject * s_python_function_ylim
 
PyObject * s_python_function_title
 
PyObject * s_python_function_axis
 
PyObject * s_python_function_xlabel
 
PyObject * s_python_function_ylabel
 
PyObject * s_python_function_grid
 
PyObject * s_python_empty_tuple
 

Member Function Documentation

static _interpreter& matplotlibcpp::detail::_interpreter::get ( )
inlinestatic

Member Data Documentation

PyObject* matplotlibcpp::detail::_interpreter::s_python_empty_tuple
PyObject* matplotlibcpp::detail::_interpreter::s_python_function_axis
PyObject* matplotlibcpp::detail::_interpreter::s_python_function_figure
PyObject* matplotlibcpp::detail::_interpreter::s_python_function_grid
PyObject* matplotlibcpp::detail::_interpreter::s_python_function_legend
PyObject* matplotlibcpp::detail::_interpreter::s_python_function_plot
PyObject* matplotlibcpp::detail::_interpreter::s_python_function_save
PyObject* matplotlibcpp::detail::_interpreter::s_python_function_show
PyObject* matplotlibcpp::detail::_interpreter::s_python_function_title
PyObject* matplotlibcpp::detail::_interpreter::s_python_function_xlabel
PyObject* matplotlibcpp::detail::_interpreter::s_python_function_xlim
PyObject* matplotlibcpp::detail::_interpreter::s_python_function_ylabel
PyObject* matplotlibcpp::detail::_interpreter::s_python_function_ylim

The documentation for this struct was generated from the following file: