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

Method height

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

Source from the content-addressed store, hash-verified

204 unsigned int gnuplot::width() { return position_[2]; }
205
206 unsigned int gnuplot::height() { return position_[3]; }
207
208 void gnuplot::width(unsigned int new_width) {
209 position_[2] = new_width;

Callers

nothing calls this directly

Calls 1

num2strFunction · 0.85

Tested by

no test coverage detected