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

Function ztickformat

source/matplot/freestanding/axes_functions.cpp:248–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 }
247
248 void ztickformat(std::string_view str) { ztickformat(gca(), str); }
249
250 void ztickformat(axes_handle ax, std::string_view str) {
251 ax->ztickformat(str);

Callers 5

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 2

gcaFunction · 0.85
ztickformatMethod · 0.80

Tested by

no test coverage detected