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

Method ymax

source/matplot/core/axes_object.cpp:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 double axes_object::ymin() { return -10; }
67
68 double axes_object::ymax() { return +10; }
69
70 double axes_object::zmin() { return -10; }
71

Callers 4

child_limitsMethod · 0.45
contourMethod · 0.45
graphMethod · 0.45
imageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected