import matplotlib.pyplot as plt import numpy as np plt.figure() plt.pcolormesh(np.random.rand(20,20),cmap='hot') plt.show(). simplest example. Colormaps are ...
確定! 回上一頁