| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected