#include #include #include int main() { using namespace matplot; std::vector> X = {randn(200, 0, 1), randn(200, 0, 1), randn(200, 0, 1)}; plotmatrix(X); show(); return 0; }