Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ data_string
Method
data_string
source/matplot/axes_objects/matrix.cpp:305–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
303
}
304
305
std::string matrix::data_string() {
306
return matrices_.size() > 1 ? image_data_string()
307
: matrix_data_string();
308
}
309
310
double matrix::xmax() { return (x_ + w_ - 1) + x_width() / 2; }
311
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected