pub fn draw_heatmap<A: Data<Elem = f64>>(data: &ArrayBase<A, Ix2>, name: &str)
这个函数是用来画热图的, 给定一个二维矩阵, 会输出一个像素图片