MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / title

Function title

source/matplot/freestanding/axes_functions.cpp:186–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

gcaFunction · 0.85
titleMethod · 0.45
title_colorMethod · 0.45

Tested by

no test coverage detected