Agora  1.2.0
Agora project
matplotlibcpp::detail::_interpreter Struct Reference

#include <matplotlibcpp.h>

Public Member Functions

PyObject * safe_import (PyObject *module, std::string fname)
 

Static Public Member Functions

static _interpreterget ()
 
static _interpreterkill ()
 
static _interpreterinterkeeper (bool should_kill)
 

Public Attributes

PyObject * s_python_function_arrow
 
PyObject * s_python_function_show
 
PyObject * s_python_function_close
 
PyObject * s_python_function_draw
 
PyObject * s_python_function_pause
 
PyObject * s_python_function_save
 
PyObject * s_python_function_figure
 
PyObject * s_python_function_fignum_exists
 
PyObject * s_python_function_plot
 
PyObject * s_python_function_quiver
 
PyObject * s_python_function_contour
 
PyObject * s_python_function_semilogx
 
PyObject * s_python_function_semilogy
 
PyObject * s_python_function_loglog
 
PyObject * s_python_function_fill
 
PyObject * s_python_function_fill_between
 
PyObject * s_python_function_hist
 
PyObject * s_python_function_imshow
 
PyObject * s_python_function_scatter
 
PyObject * s_python_function_boxplot
 
PyObject * s_python_function_subplot
 
PyObject * s_python_function_subplot2grid
 
PyObject * s_python_function_legend
 
PyObject * s_python_function_xlim
 
PyObject * s_python_function_ion
 
PyObject * s_python_function_ginput
 
PyObject * s_python_function_ylim
 
PyObject * s_python_function_title
 
PyObject * s_python_function_axis
 
PyObject * s_python_function_axhline
 
PyObject * s_python_function_axvline
 
PyObject * s_python_function_axvspan
 
PyObject * s_python_function_xlabel
 
PyObject * s_python_function_ylabel
 
PyObject * s_python_function_gca
 
PyObject * s_python_function_xticks
 
PyObject * s_python_function_yticks
 
PyObject * s_python_function_margins
 
PyObject * s_python_function_tick_params
 
PyObject * s_python_function_grid
 
PyObject * s_python_function_cla
 
PyObject * s_python_function_clf
 
PyObject * s_python_function_errorbar
 
PyObject * s_python_function_annotate
 
PyObject * s_python_function_tight_layout
 
PyObject * s_python_colormap
 
PyObject * s_python_empty_tuple
 
PyObject * s_python_function_stem
 
PyObject * s_python_function_xkcd
 
PyObject * s_python_function_text
 
PyObject * s_python_function_suptitle
 
PyObject * s_python_function_bar
 
PyObject * s_python_function_barh
 
PyObject * s_python_function_colorbar
 
PyObject * s_python_function_subplots_adjust
 
PyObject * s_python_function_rcparams
 
PyObject * s_python_function_spy
 

Private Member Functions

void import_numpy ()
 
 _interpreter ()
 
 ~_interpreter ()
 

Constructor & Destructor Documentation

◆ _interpreter()

matplotlibcpp::detail::_interpreter::_interpreter ( )
inlineprivate
Here is the call graph for this function:

◆ ~_interpreter()

matplotlibcpp::detail::_interpreter::~_interpreter ( )
inlineprivate
Here is the caller graph for this function:

Member Function Documentation

◆ get()

static _interpreter& matplotlibcpp::detail::_interpreter::get ( )
inlinestatic
Here is the call graph for this function:

◆ import_numpy()

void matplotlibcpp::detail::_interpreter::import_numpy ( )
inlineprivate
Here is the caller graph for this function:

◆ interkeeper()

static _interpreter& matplotlibcpp::detail::_interpreter::interkeeper ( bool  should_kill)
inlinestatic
Here is the call graph for this function:
Here is the caller graph for this function:

◆ kill()

static _interpreter& matplotlibcpp::detail::_interpreter::kill ( )
inlinestatic
Here is the call graph for this function:

◆ safe_import()

PyObject* matplotlibcpp::detail::_interpreter::safe_import ( PyObject *  module,
std::string  fname 
)
inline
Here is the caller graph for this function:

Member Data Documentation

◆ s_python_colormap

PyObject* matplotlibcpp::detail::_interpreter::s_python_colormap

◆ s_python_empty_tuple

PyObject* matplotlibcpp::detail::_interpreter::s_python_empty_tuple

◆ s_python_function_annotate

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_annotate

◆ s_python_function_arrow

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_arrow

◆ s_python_function_axhline

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_axhline

◆ s_python_function_axis

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_axis

◆ s_python_function_axvline

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_axvline

◆ s_python_function_axvspan

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_axvspan

◆ s_python_function_bar

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_bar

◆ s_python_function_barh

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_barh

◆ s_python_function_boxplot

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_boxplot

◆ s_python_function_cla

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_cla

◆ s_python_function_clf

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_clf

◆ s_python_function_close

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_close

◆ s_python_function_colorbar

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_colorbar

◆ s_python_function_contour

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_contour

◆ s_python_function_draw

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_draw

◆ s_python_function_errorbar

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_errorbar

◆ s_python_function_fignum_exists

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_fignum_exists

◆ s_python_function_figure

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_figure

◆ s_python_function_fill

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_fill

◆ s_python_function_fill_between

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_fill_between

◆ s_python_function_gca

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_gca

◆ s_python_function_ginput

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_ginput

◆ s_python_function_grid

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_grid

◆ s_python_function_hist

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_hist

◆ s_python_function_imshow

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_imshow

◆ s_python_function_ion

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_ion

◆ s_python_function_legend

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_legend

◆ s_python_function_loglog

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_loglog

◆ s_python_function_margins

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_margins

◆ s_python_function_pause

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_pause

◆ s_python_function_plot

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_plot

◆ s_python_function_quiver

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_quiver

◆ s_python_function_rcparams

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_rcparams

◆ s_python_function_save

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_save

◆ s_python_function_scatter

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_scatter

◆ s_python_function_semilogx

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_semilogx

◆ s_python_function_semilogy

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_semilogy

◆ s_python_function_show

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_show

◆ s_python_function_spy

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_spy

◆ s_python_function_stem

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_stem

◆ s_python_function_subplot

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_subplot

◆ s_python_function_subplot2grid

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_subplot2grid

◆ s_python_function_subplots_adjust

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_subplots_adjust

◆ s_python_function_suptitle

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_suptitle

◆ s_python_function_text

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_text

◆ s_python_function_tick_params

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_tick_params

◆ s_python_function_tight_layout

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_tight_layout

◆ s_python_function_title

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_title

◆ s_python_function_xkcd

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_xkcd

◆ s_python_function_xlabel

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_xlabel

◆ s_python_function_xlim

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_xlim

◆ s_python_function_xticks

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_xticks

◆ s_python_function_ylabel

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_ylabel

◆ s_python_function_ylim

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_ylim

◆ s_python_function_yticks

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_yticks

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