1. import matplotlib.pyplt as plt
  2. # 读取图片为数组形式
  3. im_arr = plt.imread('路径')
  4. # 展示数组形式为图片
  5. plt.imshow('imarr')

matplotlib之hist详解 : 直方图的概念详见概率论与数理统计

snsborn

heatmap