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

Function xtickangle

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

Source from the content-addressed store, hash-verified

435 void zticklabels(keyword_automatic_type) { zticklabels(gca(), automatic); }
436
437 void xtickangle(axes_handle ax, double degrees) { ax->xtickangle(degrees); }
438
439 void ytickangle(axes_handle ax, double degrees) { ax->ytickangle(degrees); }
440

Callers 3

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 2

gcaFunction · 0.85
xtickangleMethod · 0.80

Tested by

no test coverage detected