#include int main() { using namespace matplot; std::vector x = {0.19, 0.22, 0.41}; pie(x); show(); return 0; }