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

Method height

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

Source from the content-addressed store, hash-verified

39 unsigned int backend_interface::width() { return 560; }
40
41 unsigned int backend_interface::height() { return 420; }
42
43 void backend_interface::width([[maybe_unused]] unsigned int new_width) {
44 throw std::logic_error(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected