#include #include int main() { using namespace matplot; std::vector y = {0.001, 0.01, 0.1, 1, 10, 100}; loglog(y); show(); return 0; }