| 184 | std::pair<float, float> view(axes_handle ax) { return ax->view(); } |
| 185 | |
| 186 | void title(std::string_view str) { title(gca(), str); } |
| 187 | |
| 188 | void title(axes_handle ax, std::string_view str) { ax->title(str); } |
| 189 |
nothing calls this directly
no test coverage detected