Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ is_interactive
Method
is_interactive
source/matplot/backend/gnuplot.cpp:104–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
bool gnuplot::is_interactive() { return output_.empty(); }
105
106
const std::string &gnuplot::output() { return output_; }
107
Callers
nothing calls this directly
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected