| 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_; |
nothing calls this directly
no outgoing calls
no test coverage detected