#include #include int main() { using namespace matplot; ezpolar("1+cos(t)"); show(); return 0; }