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

Method label_after_sample

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

Source from the content-addressed store, hash-verified

70 bool legend::inside() const { return inside_; }
71
72 bool legend::label_after_sample() const { return label_after_sample_; }
73
74 void legend::label_after_sample(bool label_after_sample) {
75 if (label_after_sample != label_after_sample_) {

Callers 1

run_legend_commandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected