Citlali
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | Private Member Functions | List of all members
matplotlibcpp::detail::_interpreter Struct Reference

#include <matplotlibcpp.h>

Collaboration diagram for matplotlibcpp::detail::_interpreter:
Collaboration graph

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

PyObjects_python_function_arrow
 
PyObjects_python_function_show
 
PyObjects_python_function_close
 
PyObjects_python_function_draw
 
PyObjects_python_function_pause
 
PyObjects_python_function_save
 
PyObjects_python_function_figure
 
PyObjects_python_function_fignum_exists
 
PyObjects_python_function_plot
 
PyObjects_python_function_quiver
 
PyObjects_python_function_contour
 
PyObjects_python_function_semilogx
 
PyObjects_python_function_semilogy
 
PyObjects_python_function_loglog
 
PyObjects_python_function_fill
 
PyObjects_python_function_fill_between
 
PyObjects_python_function_hist
 
PyObjects_python_function_imshow
 
PyObjects_python_function_scatter
 
PyObjects_python_function_boxplot
 
PyObjects_python_function_subplot
 
PyObjects_python_function_subplot2grid
 
PyObjects_python_function_legend
 
PyObjects_python_function_xlim
 
PyObjects_python_function_ion
 
PyObjects_python_function_ginput
 
PyObjects_python_function_ylim
 
PyObjects_python_function_title
 
PyObjects_python_function_axis
 
PyObjects_python_function_axhline
 
PyObjects_python_function_axvline
 
PyObjects_python_function_axvspan
 
PyObjects_python_function_xlabel
 
PyObjects_python_function_ylabel
 
PyObjects_python_function_gca
 
PyObjects_python_function_xticks
 
PyObjects_python_function_yticks
 
PyObjects_python_function_margins
 
PyObjects_python_function_tick_params
 
PyObjects_python_function_grid
 
PyObjects_python_function_cla
 
PyObjects_python_function_clf
 
PyObjects_python_function_errorbar
 
PyObjects_python_function_annotate
 
PyObjects_python_function_tight_layout
 
PyObjects_python_colormap
 
PyObjects_python_empty_tuple
 
PyObjects_python_function_stem
 
PyObjects_python_function_xkcd
 
PyObjects_python_function_text
 
PyObjects_python_function_suptitle
 
PyObjects_python_function_bar
 
PyObjects_python_function_barh
 
PyObjects_python_function_colorbar
 
PyObjects_python_function_subplots_adjust
 
PyObjects_python_function_rcparams
 
PyObjects_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 call graph for this function:
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 call graph for this function:
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 call graph for this function:
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: