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

Method ymin

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

Source from the content-addressed store, hash-verified

64 double axes_object::xmax() { return +10; }
65
66 double axes_object::ymin() { return -10; }
67
68 double axes_object::ymax() { return +10; }
69

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