#include #include #include int main() { using namespace matplot; std::vector y = {90, 75, 30, 60, 5, 40, 40, 5}; pareto(y); show(); return 0; }