| 69 | } |
| 70 | |
| 71 | enum axes_object::axes_category error_bar::axes_category() { |
| 72 | // errorbar is always 2d |
| 73 | return axes_object::axes_category::two_dimensional; |
| 74 | } |
| 75 | |
| 76 | std::string error_bar::data_string() { |
| 77 | // send data once more for the bar |
nothing calls this directly
no outgoing calls
no test coverage detected