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

Method polar

source/matplot/axes_objects/line.cpp:506–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504 }
505
506 bool line::polar() const { return polar_; }
507
508 class line &line::polar(bool polar) {
509 polar_ = polar;

Callers 5

compassMethod · 0.45
ezpolarMethod · 0.45
polarhistogramMethod · 0.45
polarplotMethod · 0.45
polarscatterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected