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

Method axes_category

source/matplot/axes_objects/bars.cpp:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 enum axes_object::axes_category bars::axes_category() {
198 return axes_object::axes_category::two_dimensional;
199 }
200
201 void bars::maybe_update_face_colors() {
202 if (!manual_face_color_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected