#include #include #include int main() { using namespace matplot; std::vector y = {10, 23, 7, 16, 3}; pareto(y); show(); return 0; }