#include int main() { using namespace matplot; auto z = rand(5, 5, 0, 10); stem3(z); ztickformat("usd"); show(); return 0; }