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