CARVIEW |
Select Language
HTTP/2 200
date: Mon, 28 Jul 2025 09:38:12 GMT
content-type: text/html; charset=utf-8
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lY2TSuZObaNRHloJcsfv6h5YEVyYowFeAo46RA7oYmgW38b9wr5AWRMjFPg1ZmyctiI6uJrKKqupjW1kYR%2FLlKooA3Rq6lbe%2BOZsbsM%3D"}]}
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
last-modified: Fri, 14 Feb 2025 03:29:20 GMT
server: cloudflare
vary: Accept-Encoding
cf-cache-status: DYNAMIC
strict-transport-security: max-age=15552000; preload
x-content-type-options: nosniff
content-encoding: gzip
cf-ray: 966366fa5eb4c1c7-BLR
matplotlib.pyplot.show — Matplotlib 3.1.2 documentation
Examples using
You are reading an old version of the documentation (v3.1.1). For the latest version see https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html
Navigation
- index
- modules |
- next |
- previous |
- home|
- contents »
- API Overview »
matplotlib.pyplot
»- matplotlib.pyplot »
matplotlib.pyplot.show¶
-
matplotlib.pyplot.
show
(*args, **kw)[source]¶ Display a figure.
When running in ipython with its pylab mode, display all figures and return to the ipython prompt.
In non-interactive mode, display all figures and block until the figures have been closed; in interactive mode it has no effect unless figures were created prior to a change from non-interactive to interactive mode (not recommended). In that case it displays the figures but does not block.
A single experimental keyword argument, block, may be set to True or False to override the blocking behavior described above.
Examples using matplotlib.pyplot.show
¶
© Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2018 The Matplotlib development team.
Last updated on Jan 05, 2020. Created using Sphinx 1.8.5. Doc version v3.1.1-79-g90d53b526.
Last updated on Jan 05, 2020. Created using Sphinx 1.8.5. Doc version v3.1.1-79-g90d53b526.