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

Method text_color

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

Source from the content-addressed store, hash-verified

277 const color_array &legend::text_color() const { return text_color_; }
278
279 void legend::text_color(const color_array &text_color) {
280 text_color_ = text_color;
281 touch();
282 }
283
284 size_t legend::num_columns() const { return num_columns_; }
285

Callers 2

run_legend_commandMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected