Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/histogram
/ axis_set_label
Function
axis_set_label
src/python/axis.cpp:136–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
135
template <typename T>
136
void axis_set_label(T& t, bp::str s) {
137
t.label({bp::extract<const char*>(s)(), static_cast<std::size_t>(bp::len(s))});
138
}
139
140
template <typename T>
141
bp::str axis_get_label(const T& t) {
Callers
nothing calls this directly
Calls
1
label
Method · 0.45
Tested by
no test coverage detected