Movatterモバイル変換


[0]ホーム

URL:


You are reading an old version of the documentation (v2.0.0). For the latest version seehttps://matplotlib.org/stable/
matplotlib

Navigation


Travis-CI:

Related Topics

This Page

Quick search

images_contours_and_fields example code: image_demo.py

(Source code,png,pdf)

../../_images/image_demo3.png
"""Simple demo of the imshow function."""importmatplotlib.pyplotaspltimportmatplotlib.cbookascbookimage_file=cbook.get_sample_data('ada.png')image=plt.imread(image_file)fig,ax=plt.subplots()ax.imshow(image)ax.axis('off')# clear x- and y-axesplt.show()

Keywords: python, matplotlib, pylab, example, codex (seeSearch examples)

© Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2016 The Matplotlib development team. Last updated on Feb 20, 2017. Created usingSphinx 1.5.2.

[8]ページ先頭

©2009-2025 Movatter.jp