I would like to set the matplotlib colorbar range. Here\'s what I have so far:
import numpy as np import matplotlib.pyplot as plt x = np.arange(20) y = np.a
Arg. It's always the last thing you try:
quadmesh.set_clim(vmin=0, vmax=15)
works.