#include int main() { using namespace matplot; plot(rand(5, 5, 0, 1)); xticklabels({}); show(); return 0; }