Setting default parameters from imshow in pyplot



import matplotlib.pyplot as plt
plt.rcParams['image.cmap'] = 'gray'
plt.rcParams['image.interpolation'] = 'nearest'

No comments:

Post a Comment