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

Method always_hide_labels

source/matplot/axes_objects/matrix.cpp:394–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392 }
393
394 bool matrix::always_hide_labels() const { return always_hide_labels_; }
395
396 class matrix &matrix::always_hide_labels(bool always_hide_labels) {
397 always_hide_labels_ = always_hide_labels;

Callers 4

binscatterMethod · 0.80
pcolorMethod · 0.80
imshowMethod · 0.80
imageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected