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

Method horizontal

source/matplot/core/legend.cpp:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 bool legend::horizontal() const { return !vertical(); }
107
108 void legend::horizontal(bool horizontal) { vertical(!horizontal); }
109

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected