MCPcopy 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

mainFunction · 0.85

Calls 3

gcaFunction · 0.85
zticklabelsMethod · 0.80
ticklabels_modeMethod · 0.80

Tested by

no test coverage detected