MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / is_interactive

Method is_interactive

source/matplot/backend/backend_interface.cpp:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 bool backend_interface::consumes_gnuplot_commands() { return false; }
11
12 bool backend_interface::is_interactive() { return true; }
13
14 const std::string &backend_interface::output() {
15 const static std::string r{};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected