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

Method include_comment

source/matplot/backend/gnuplot.cpp:314–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312 }
313
314 void gnuplot::include_comment(const std::string &comment) {
315 if (include_comments_) {
316 run_command("# " + comment);
317 }
318 }
319
320 std::string gnuplot::default_terminal_type() {
321 static std::string terminal_type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected