Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ zticklabels
Function
zticklabels
source/matplot/freestanding/axes_functions.cpp:370–372 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
368
}
369
370
void zticklabels(const std::vector<std::string> &ticks) {
371
zticklabels(gca(), ticks);
372
}
373
374
void zticklabels(axes_handle ax, const std::vector<std::string> &ticks) {
375
ax->zticklabels(ticks);
Callers
1
main
Function · 0.85
Calls
3
gca
Function · 0.85
zticklabels
Method · 0.80
ticklabels_mode
Method · 0.80
Tested by
no test coverage detected