MCPcopy Create free account
hub / github.com/HViktorTsoi/FAST_LIO_LOCALIZATION / draw

Function draw

include/matplotlibcpp.h:2138–2149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2136}
2137
2138inline void draw()
2139{
2140 detail::_interpreter::get();
2141
2142 PyObject* res = PyObject_CallObject(
2143 detail::_interpreter::get().s_python_function_draw,
2144 detail::_interpreter::get().s_python_empty_tuple);
2145
2146 if (!res) throw std::runtime_error("Call to draw() failed.");
2147
2148 Py_DECREF(res);
2149}
2150
2151template<typename Numeric>
2152inline void pause(Numeric interval)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected