The basic imshow plot
import numpy as np import matplotlib.pyplot as plt aaa = np.arange(800).reshape((80, 10)) % 6 fig, ax = plt.subplots(figsize=(3, 10))