#include #include int main() { using namespace matplot; std::vector rho = iota(10, 5, 70); polarplot(rho, "-o"); show(); return 0; }