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

Function textbox

source/matplot/freestanding/plot.h:895–897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893
894 template <class T1, class... Args>
895 auto textbox(NotAxesHandle<T1> x, Args&&... args) {
896 return gca()->textbox(x, std::forward<Args>(args)...);
897 }
898
899 template <class... Args> auto textbox(axes_handle ax, Args&&... args) {
900 return ax->textbox(std::forward<Args>(args)...);

Callers 1

mainFunction · 0.85

Calls 2

gcaFunction · 0.85
textboxMethod · 0.80

Tested by

no test coverage detected