#include int main() { using namespace matplot; std::vector x = rand(20, -1, +1); std::vector y = rand(20, -1, +1); compass(x, y); show(); return 0; }