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

Method axes_category

source/matplot/axes_objects/box_chart.cpp:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 bool box_chart::requires_colormap() { return false; }
148
149 enum axes_object::axes_category box_chart::axes_category() {
150 return axes_object::axes_category::two_dimensional;
151 }
152
153 box_chart::box_style_option box_chart::box_style() const {
154 return box_style_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected