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

Function ytickangle

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

Source from the content-addressed store, hash-verified

437 void xtickangle(axes_handle ax, double degrees) { ax->xtickangle(degrees); }
438
439 void ytickangle(axes_handle ax, double degrees) { ax->ytickangle(degrees); }
440
441 void y2tickangle(axes_handle ax, double degrees) {
442 ax->y2tickangle(degrees);

Callers 3

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 2

gcaFunction · 0.85
ytickangleMethod · 0.80

Tested by

no test coverage detected