MCPcopy Create free account
hub / github.com/Fields2Cover/Fields2Cover / title

Method title

src/fields2cover/utils/visualizer.cpp:276–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void Visualizer::title(const std::string& text) {
277 plt::title(text);
278}
279
280void Visualizer::xlim(double min, double max) {
281 plt::xlim({min, max});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected