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

Method axes_category

source/matplot/axes_objects/histogram.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 }
186
187 enum axes_object::axes_category histogram::axes_category() {
188 return !polar_ ? axes_object::axes_category::two_dimensional
189 : axes_object::axes_category::polar;
190 }
191
192 void histogram::maybe_update_face_color() {
193 if (!manual_face_color_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected