사용 버전: Python 3.7.6 사용 프로그램: Atom 1.45.0 x64 파이썬 matplotlib.pyplot.imshow()에 대해서 알아보겠습니다. 괄호 안에는 X, cmap, norm, aspect, interpolation, alpha, vmin, vmax, origin, extent, shape, filternorm, filterrad, imlim, resample, url, data, Artist 속성 따위가 들어갑니다. matplotlib.pyplot.imshow()는 2차원 배열이나 이미지 그 밖의 데이터를 시각적으로 표현합니다. X에는 2차원 배열이나 이미지가 들어갑니다. cmap으로 색깔을 지정할 수 있습니다. 들어가는 색깔은 다음과 같습니다. 'Accent', 'Accent_r', 'Blues', 'Blues_r', 'BrBG', 'BrBG_r', 'BuGn', 'BuGn_r', 'BuPu', 'BuPu_r', 'CMRmap', 'CMRmap_r', 'Dark2', 'Dark2_r', 'GnBu', 'GnBu_r', 'Greens', 'Greens_r', 'Greys', 'Greys_r', 'OrRd', 'OrRd_r', 'Oranges', 'Oranges_r', 'PRGn', 'PRGn_r', 'Paired', 'Paired_r', 'Pastel1', 'Pastel1_r', 'Pastel2', 'Pastel2_r', 'PiYG', ...