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