Search Results: File:Matplotlib basic.png

Sorry, the article you're looking for isn't specifically available. Here are related topics:


File:Matplotlib scatter v.svg
Jumat, 2025-12-19 03:24:24

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:Matplotlib 3d v.svg
Sabtu, 2026-03-21 22:39:45

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:NumPy Matplotlib sin x plotted with red dots.svg
Rabu, 2026-05-27 05:49:07

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:Matplotlib xkcd.png
Senin, 2021-08-09 05:02:26

Creative Commons Attribution-Share Alike 4.0 truetrue English Sine function image with matplotlib, xkcd themed Chinese (China) 使用matplotlib绘制的正弦函数图像,使用xkcd风格...

Click to read more »
File:Sinus trace matplotlib escalier batons fleches.svg
Senin, 2025-12-29 01:52:04

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:Matplotlib basic v.svg
Jumat, 2026-03-06 08:12:59

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:Surface3D sinFoisSin python matplotlib.svg
Jumat, 2026-02-20 20:15:20

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:Champ vecteurs python matplotlib.svg
Sabtu, 2025-11-22 01:06:21

import numpy as np import matplotlib.pyplot as plt base = np.arange(10) x, y = np.meshgrid(base, base) ux = -0.1*y uy = 0.1*x plt.quiver(x, y, ux, uy,...

Click to read more »
File:Diagramme qq python matplotlib.svg
Selasa, 2025-12-09 18:09:32

import numpy as np from scipy import stats import matplotlib.pyplot as plt X = stats.norm.rvs(size=100) p = np.arange(0.1, 1, 0.1) qexp = np.quantile(X...

Click to read more »
File:Cartes couleur sinFoisSin python matplotlib.svg
Selasa, 2025-02-18 23:49:35

 This plot was created with Matplotlib. import numpy as np import matplotlib.pyplot as plt x = np.linspace(0, 2*np.pi, 20) y = x.copy() X, Y = np.meshgrid(x...

Click to read more »
File:Graphe fct carre Python Matplotlib Jupyter.png
Minggu, 2025-12-14 02:42:57

Graph of the square function with Python/Matplotlib. French Graphe de la fonction carré avec Python/Matplotlib. URL: https://commons.wikimedia.org/wiki/user:Cdang...

Click to read more »
File:Mandelbrot set, plotted with Matplotlib.svg
Rabu, 2025-02-19 10:32:52

91 76 900 900 see detailed view at File:Mandelbrot set, plotted with Matplotlib, zoomed.svg English author name string: Morn Wikimedia username: Morn...

Click to read more »
File:Nomenclature figure python matplotlib fct trigo.svg
Jumat, 2020-08-21 10:25:24

objects that make a python/matplotlib Figure. French Nom des différents objets constituant une figure de Python/Matplotlib. author name string: Cdang...

Click to read more »
File:Courbe polaire rayon aleatoire python matplotlib.svg
Selasa, 2025-12-09 16:32:31

import numpy as np import matplotlib.pyplot as plt theta = np.linspace(0, 2*np.pi, 20) theta[19] = theta[0] r = 1 + 0.2*np.random.randn(20) r[19] = r[0]...

Click to read more »
File:Matplotlib pie.png
Selasa, 2026-03-10 03:20:54

Commons Attribution-Share Alike 3.0 truetrue  This plot was created with Matplotlib by n. English author name string: Shishirdasika Wikimedia username: Shishirdasika...

Click to read more »
File:A real-life DEM patch refined using kriging (visualized with matplotlib).png
Kamis, 2025-08-07 07:59:26

English A real-life DEM patch refined using kriging (visualized with matplotlib) author name string: Cucumberchester Wikimedia username: Cucumberchester...

Click to read more »
File:Matplotlib quadratic function plot example.svg
Jumat, 2024-04-05 19:00:23

function plot using Matplotlib, export to SVG vector graphics format Russian Пример постороения квадратичной функции c использованием Matplotlib, экспорт в векторном...

Click to read more »
File:Matplotlib.pyplot Heat Map.png
Sabtu, 2026-03-07 18:57:47

of this work, hereby publish it under the following license: English matplotlib.pyplot Heat Map using inferno cmap. author name string: DoubleCritch Wikimedia...

Click to read more »
File:Matplotlib histogram.png
Selasa, 2026-03-17 04:52:35

Commons Attribution-Share Alike 3.0 truetrue  This plot was created with Matplotlib. English author name string: Shishirdasika Wikimedia username: Shishirdasika...

Click to read more »
File:The Weierstrass-Mandelbrot function (Weierstrass-Mandelbrot noise) visualized using matplotlib.png
Selasa, 2025-08-05 11:23:09

Weierstrass-Mandelbrot function (Weierstrass-Mandelbrot noise) visualized using matplotlib author name string: Cucumberchester Wikimedia username: Cucumberchester...

Click to read more »
File:MatPlotLib SimplePlot.png
Rabu, 2025-12-31 00:13:41

графіка в Matplotlib |Автор= Jarozwj |Джерело=власна робота |Час створення= 3.08.15 |Ліцензія={{Cc-by-3.0}} }}  This plot was created with Matplotlib. English...

Click to read more »
File:Matplotlib Logo Light.svg
Sabtu, 2026-06-06 07:48:12

Wikimedia Foundation, nor vice versa. Fair use //en.wikipedia.org/wiki/File:Matplotlib_Logo_Light.svg true Fair use true This is a Scalable Vector Graphics (SVG)...

Click to read more »
File:Matplotlib Logo Dark.svg
Sabtu, 2026-06-06 07:48:09

Wikimedia Foundation, nor vice versa. Fair use //en.wikipedia.org/wiki/File:Matplotlib_Logo_Dark.svg true Fair use true This is a Scalable Vector Graphics (SVG)...

Click to read more »
File:Matplotlib Heatmap - Simple.png
Jumat, 2022-04-15 04:42:14

truetrue English This is a simple output of executing a Python Script for a Matplotlib Heatmap author name string: Schakel2 Wikimedia username: Schakel2...

Click to read more »
File:Matplotlib Heatmap - Complex.png
Rabu, 2024-12-04 13:17:11

truetrue English This is a complex output of executing a Python Script for a Matplotlib Heatmap author name string: Schakel2 Wikimedia username: Schakel2 determination...

Click to read more »
File:Matplotlib Heatmap - Intermediate.png
Jumat, 2022-06-10 23:42:29

English This is an intermediate output of executing a Python Script for a Matplotlib Heatmap author name string: Schakel2 Wikimedia username: Schakel2...

Click to read more »
File:Python Basics - With Illustrations from the Financial Markets.pdf
Selasa, 2023-07-04 01:12:19

Python and its data science related libraries such as NumPy, Pandas, and Matplotlib. The illustrative examples we use are associated with the financial markets...

Click to read more »
File:IngMath venn.svg
Senin, 2026-05-25 21:27:33

this work, hereby publish it under the following license: English German Venn-Diagramm (mit Python und den Modulen matplotlib, matplotlib_venn erstellt)...

Click to read more »
File:Logistic Map Bifurcation Diagram, Matplotlib.svg
Selasa, 2021-12-14 02:38:40

truetrue 377 78 140 280 576 432 See File:Logistic Map Bifurcation Diagram, Matplotlib, zoomed.png English author name string: Morn Wikimedia username: Morn...

Click to read more »
File:Mpl example line plot.svg
Sabtu, 2025-12-20 01:29:56

org/wiki/File:Matplotlib_basic_v.svg , done by IkamusumeFan, Source code has been (very) slightly modified into fully object-oriented matplotlib interface...

Click to read more »
File:Himmelblau function.svg
Jumat, 2026-02-20 20:11:46

Matplotlib v0.99 or later) from mpl_toolkits.mplot3d import Axes3D from matplotlib import cm from matplotlib.colors import LogNorm import matplotlib.pyplot...

Click to read more »
File:Mpl example scatter plot.svg
Sabtu, 2025-09-06 12:56:00

org/wiki/File:Matplotlib_scatter_v.svg , done by IkamusumeFan, Source code has been (very) slightly modified into fully object-oriented matplotlib interface...

Click to read more »
File:Mpl example 3D surface.svg
Jumat, 2026-02-20 20:18:20

org/wiki/File:Matplotlib_3d_v.svg , done by IkamusumeFan, Source code has been (very) slightly modified into fully object-oriented matplotlib interface....

Click to read more »
File:Mpl example histogram.svg
Sabtu, 2025-12-20 01:29:27

org/wiki/File:Matplotlib_histogram_v.svg , done by IkamusumeFan, Source code has been (very) slightly modified into fully object-oriented matplotlib interface...

Click to read more »
File:Singular spectrum analysis grouped reconstruction.svg
Sabtu, 2019-11-30 00:58:42

 This W3C-unspecified plot was created with Matplotlib....

Click to read more »
File:Expinvsq5.svg
Sabtu, 2026-02-28 21:39:49

import matplotlib matplotlib.use('Agg') import numpy as np import matplotlib.pyplot as plt t = np.arange (-3, 3, .1) plt.plot (t, t * 0, 'r-', linewidth=2...

Click to read more »
File:Supercomputing-rmax-graph.png
Minggu, 2025-12-07 01:36:23

   This plot was created with Matplotlib. English author name string: Lucaswilkins Wikimedia username: Lucaswilkins...

Click to read more »
File:Division of x pow 2 times y pow 2 by x the sum of pow 4 and y pow 2 towards 0.png
Sabtu, 2026-05-02 18:58:04

Generated with matplotlib with the following python code : from mpl_toolkits.mplot3d import Axes3D from matplotlib import cm from matplotlib.ticker import...

Click to read more »
File:Mpl example Rosenbrock function.svg
Jumat, 2026-02-20 20:18:20

matplotlib interface. It now uses the "inferno" colormap, instead of "jet" which produces perceptual glitches. This media was created with Matplotlib...

Click to read more »
File:US Labor Participation Rate by gender.svg
Sabtu, 2024-07-27 15:23:06

timeseries data using matplotlib and # BeautifulSoup. # import matplotlib.figure import datetime import bs4 import matplotlib.backends.backend_cairo...

Click to read more »
File:DrudeModelComplexConductivity.png
Kamis, 2026-05-14 08:49:17

 This plot was created with Matplotlib. English determination method or standard: SHA-1...

Click to read more »
File:Godley-lavoie-chapter-3-sfc-model-plot.svg
Rabu, 2025-12-10 23:41:34

Plot generated using python (scipy, numpy, matplotlib). Source code: CC-0. I, the copyright holder of this work, hereby publish it under the following...

Click to read more »
File:PythonIng höhenlinien5.svg
Kamis, 2026-06-04 18:09:14

I, the copyright holder of this work, hereby publish it under the following license: English German Höhenlinien mit Python und matplotlib...

Click to read more »
File:IngMath boxplot2.svg
Minggu, 2026-05-31 16:22:34

I, the copyright holder of this work, hereby publish it under the following license: English German Boxplot (mit Python und Matplotlib erstellt)...

Click to read more »
File:Tanh plot real.png
Sabtu, 2021-06-05 05:51:24

Plot of tanh(x) for real x, created with Pylab.  This plot was created with Matplotlib. English...

Click to read more »
File:Arcsinh plot real.png
Rabu, 2023-09-13 01:32:40

Plot of arcsinh(x) for real x, created with Pylab.  This plot was created with Matplotlib.   English determination method or standard: SHA-1...

Click to read more »
File:Analysis of Fourier series using Python Code.pdf
Jumat, 2025-06-20 14:25:42

defined function import numpy as np from scipy.signal import square import matplotlib.pyplot as plt from scipy.integrate import simps 5 6 Heduna Publications...

Click to read more »
File:IngMath histogramm.svg
Minggu, 2026-05-31 19:28:44

I, the copyright holder of this work, hereby publish it under the following license: English German Histogramm (mit Python und Matplotlib erstellt)...

Click to read more »
File:Gaussianbeam travelling grey.gif
Sabtu, 2020-09-26 09:28:56

plot was created with Matplotlib by n. The image is created by the following python source-code. Requirements: python Matplotlib plotting library I, the...

Click to read more »
File:OMXI8 Performance Chart March 2017.png
Jumat, 2025-06-20 06:29:21

hereby publish it under the following license:  This plot was created with Matplotlib. English author name string: ArniDagur Wikimedia username: ArniDagur URL:...

Click to read more »
File:SodShockTubeTest Regions.png
Rabu, 2023-02-15 18:09:20

plot was created using matplotlib and own data English...

Click to read more »
File:Mpl example polar plot.svg
Sabtu, 2025-12-20 01:30:19

by Morn the Gorn. The matplotlib (mpl) version is 1.5.3, with Python 2.7 and numpy 1.10 This media was created with Matplotlib (comprehensive library...

Click to read more »
File:Gamma plot real.png
Minggu, 2025-11-16 04:49:47

  Plot of gamma(x) for real x, created with Pylab.  This plot was created with Matplotlib. English determination method or standard: SHA-1...

Click to read more »
File:Numpy example.png
Selasa, 2020-10-13 13:37:13

 This plot was created with Matplotlib. English author name string: Koldunovn URL: https://commons.wikimedia.org/wiki/user:Koldunovn Wikimedia username:...

Click to read more »
File:Rgamma plot real.svg
Kamis, 2021-09-30 03:11:22

 This W3C-unspecified plot was created with Matplotlib. English author name string: AkanoToE Wikimedia username: AkanoToE URL: https://commons.wikimedia...

Click to read more »
File:Exp plot real.png
Jumat, 2025-11-21 02:32:22

Plot of exp(x) for real x, created with Pylab.  This plot was created with Matplotlib. English determination method or standard: SHA-1...

Click to read more »
File:Arctanh plot real.png
Rabu, 2023-09-13 01:35:05

Plot of arctanh(x) for real x, created with Pylab.  This plot was created with Matplotlib. English determination method or standard: SHA-1...

Click to read more »
File:Rgamma plot real.png
Kamis, 2021-09-30 00:13:52

  Plot of the reciprocal Gamma function 1/Γ(x) for real x, created with Pylab.  This plot was created with Matplotlib. English...

Click to read more »
File:Arctan plot real.png
Rabu, 2023-09-13 01:34:41

Plot of arctan(x) for real x, created with Pylab.  This plot was created with Matplotlib. English determination method or standard: SHA-1...

Click to read more »
File:MDKQ anim3.svg
Jumat, 2025-12-19 17:12:13

domain import numpy, pylab from matplotlib.font_manager import FontProperties import matplotlib.pyplot as plt import matplotlib.patches as mpatches from numpy...

Click to read more »
File:Gaussianbeam fieldamplitude grey.png
Sabtu, 2025-11-29 05:08:10

plot was created with Matplotlib by n. The image is created by the following python source-code. Requirements: python Matplotlib plotting library I, the...

Click to read more »
File:MDKQ anim4.svg
Jumat, 2025-12-19 17:12:34

domain import numpy, pylab from matplotlib.font_manager import FontProperties import matplotlib.pyplot as plt import matplotlib.patches as mpatches from numpy...

Click to read more »
File:MDKQ anim2.svg
Jumat, 2025-12-19 17:03:48

domain import numpy, pylab from matplotlib.font_manager import FontProperties import matplotlib.pyplot as plt import matplotlib.patches as mpatches from numpy...

Click to read more »
File:Gaussianbeam travelling PRGn.gif
Sabtu, 2025-11-29 23:04:09

plot was created with Matplotlib by n. The image is created by the following python source-code. Requirements: python Matplotlib plotting library I, the...

Click to read more »
File:Sinh plot real.png
Rabu, 2026-03-04 09:21:06

Plot of sinh(x) for real x, created with Pylab.  This plot was created with Matplotlib. English determination method or standard: SHA-1...

Click to read more »
File:Mohr example v5.svg
Minggu, 2020-10-25 17:04:12

 This W3C-invalid plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: English Wikimedia...

Click to read more »
File:Arctanh plot.png
Rabu, 2023-09-13 01:35:04

of the inverse hyperbolic tangent function. Plotted with Pylab.  This plot was created with Matplotlib. English determination method or standard: SHA-1...

Click to read more »
File:IngMath korrelation.svg
Senin, 2026-05-25 20:12:18

license: English German zum Korrelationskoeff. (Scatter-Plot mit pandas und matplotlib gezeichnet) author name string: Intruder Wikimedia username: Intruder...

Click to read more »
File:Mohr example v3 svg.svg
Senin, 2020-10-26 22:24:00

 This W3C-invalid plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: English Wikimedia...

Click to read more »
File:Mohr example v2 svg.svg
Minggu, 2020-09-27 07:30:49

 This W3C-invalid plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: English author...

Click to read more »
File:Continuous in x and y but non continuous.png
Sabtu, 2024-04-13 09:20:35

mplot3d import Axes3D from matplotlib import cm from matplotlib.ticker import LinearLocator, FormatStrFormatter import matplotlib.pyplot as plt import numpy...

Click to read more »
File:Schwarz triangle function.svg
Senin, 2023-11-13 02:08:47

 The SVG code is valid.  This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: English...

Click to read more »
File:Arccosh plot real.png
Selasa, 2023-09-12 01:19:16

Plot of arccosh(x) for real x, created with Pylab.  This plot was created with Matplotlib. English determination method or standard: SHA-1...

Click to read more »
File:MDKQ anim5.svg
Jumat, 2025-12-19 17:13:05

domain import numpy, pylab from matplotlib.font_manager import FontProperties import matplotlib.pyplot as plt import matplotlib.patches as mpatches from numpy...

Click to read more »
File:Cosh plot real.png
Selasa, 2024-04-16 23:35:14

Plot of cosh(x) for real x, created with Pylab.  This plot was created with Matplotlib. English determination method or standard: SHA-1...

Click to read more »
File:T-s-Diagramm fuer Wasser.svg
Minggu, 2026-05-24 22:04:28

this work, hereby publish it under the following license: English German T-s-Diagramm für Wasser (gezeichnet mit Python, numpy, matplotlib und pyromat)...

Click to read more »
File:Mohr example v3 mom inertia.svg
Kamis, 2020-10-08 16:00:10

 This W3C-invalid plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: English author...

Click to read more »
File:OMXI8 Performance Chart 2017.svg
Rabu, 2025-11-19 18:46:53

under the following license:  This W3C-unspecified plot was created with Matplotlib. English author name string: ArniDagur Wikimedia username: ArniDagur URL:...

Click to read more »
File:IngMath boxplot.svg
Selasa, 2026-05-26 01:26:13

under the following license: English German Box-Plot (gezeichnet mit matplotlib und Seaborn) author name string: Intruder Wikimedia username: Intruder...

Click to read more »
File:Gaussianbeam fieldamplitude wb.png
Sabtu, 2025-11-29 05:08:27

plot was created with Matplotlib by n. The image is created by the following python source-code. Requirements: python Matplotlib plotting library I, the...

Click to read more »
File:Gaussianbeam intensity bw.png
Sabtu, 2025-11-29 05:08:37

plot was created with Matplotlib by n. The image is created by the following python source-code. Requirements: python Matplotlib plotting library I, the...

Click to read more »
File:MDKQ anim ohne Ausreiser0.svg
Jumat, 2025-12-19 03:32:11

Kalliauer import numpy, pylab from matplotlib.font_manager import FontProperties import matplotlib.pyplot as plt import matplotlib.patches as mpatches from numpy...

Click to read more »
File:MDKQ anim ohne Ausreiser1.svg
Jumat, 2025-12-19 16:51:13

Kalliauer import numpy, pylab from matplotlib.font_manager import FontProperties import matplotlib.pyplot as plt import matplotlib.patches as mpatches from numpy...

Click to read more »
File:Absolute Seebeck coefficients of various metals up to high temperatures.svg
Selasa, 2023-07-04 20:02:09

 This W3C-invalid plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: English author...

Click to read more »
File:IngMath regression.svg
Senin, 2026-05-25 19:53:59

English German Regressionsgerade und -polynom 2.Gr. (mit Python, NumPy und matplotlib gezeichnet) author name string: Intruder Wikimedia username: Intruder...

Click to read more »
File:Cauchy sequence illustration.svg
Minggu, 2025-11-23 23:23:40

from matplotlib.pyplot import * from mpl_toolkits.axes_grid.axislines import SubplotZero from numpy import arange, sin, exp x1 = arange(0.,9.1,.05) x2...

Click to read more »
File:Gaussianbeam intensity wb.png
Jumat, 2026-01-23 10:22:36

plot was created with Matplotlib by n. The image is created by the following python source-code. Requirements: python Matplotlib plotting library I, the...

Click to read more »
File:Annual payroll per employee by us sector 1997-2007.svg
Senin, 2026-03-23 09:14:25

http://matplotlib.org/ http://factfinder2.census.gov/faces/tableservices/jsf/pages/productview.xhtml?pid=ECN_2007_US_00CCOMP1&prodType=table http://factfinder2...

Click to read more »
File:Mpl screenshot figures and code.png
Jumat, 2026-03-27 11:22:01

previous work https://en.wikipedia.org/wiki/File:Matplotlib_screenshot.png , done by Geek3. The matplotlib (mpl) version is the development branch 2.x, with...

Click to read more »
File:Gaussianbeam fieldamplitude bw.png
Minggu, 2025-12-14 01:01:18

plot was created with Matplotlib by n. The image is created by the following python source-code. Requirements: python Matplotlib plotting library I, the...

Click to read more »
File:Links to highbeam.svg
Minggu, 2025-03-23 09:04:09

analysis of highbeam.com external links records, and plotted by myself using matplotlib. I, the copyright holder of this work, hereby publish it under the following...

Click to read more »
File:MDKQ anim ohne Ausreiser5.svg
Jumat, 2025-12-19 17:02:01

Kalliauer import numpy, pylab from matplotlib.font_manager import FontProperties import matplotlib.pyplot as plt import matplotlib.patches as mpatches from numpy...

Click to read more »
File:MDKQ anim.svg
Jumat, 2025-12-19 17:02:37

domain import numpy, pylab from matplotlib.font_manager import FontProperties import matplotlib.pyplot as plt import matplotlib.patches as mpatches from numpy...

Click to read more »
File:Rose des vents exemple Python.svg
Rabu, 2025-01-08 03:22:09

 This W3C-invalid plot was created with Matplotlib. #!/usr/bin/python3 import numpy as np import matplotlib.pyplot as plt # ************** # * Constantes...

Click to read more »
File:Distributions with equal medians.svg
Jumat, 2026-05-01 22:44:15

prepared with Python 3 and Matplotlib. The following source code is in public domain. import numpy as np import matplotlib.pyplot as plt import seaborn...

Click to read more »
File:MDKQ anim ohne Ausreiser.gif
Jumat, 2026-02-06 18:06:57

archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext in eine Datei mdkq.py kopieren...

Click to read more »
File:The Weierstrass-Mandelbrot function on a 2D grid.png
Selasa, 2025-08-05 15:05:56

English The Weierstrass-Mandelbrot function on a 2D grid visualized using matplotlib author name string: Cucumberchester Wikimedia username: Cucumberchester...

Click to read more »
File:Alertfatal-2017年九寨沟地震.svg
Selasa, 2025-02-18 23:49:31

 The SVG code is valid.  This plot was created with Matplotlib. English applies to jurisdiction: United States determination method or standard: work of...

Click to read more »
File:Nonsmooth coordinate descent.svg
Jumat, 2020-08-21 11:17:04

with Python, SciPy and Matplotlib. from __future__ import division import numpy as np import matplotlib.pyplot as plt from matplotlib import rcParams rcParams['font...

Click to read more »
File:MDKQ anim0.svg
Jumat, 2025-12-19 17:03:10

domain import numpy, pylab from matplotlib.font_manager import FontProperties import matplotlib.pyplot as plt import matplotlib.patches as mpatches from numpy...

Click to read more »
File:RosslerC6.svg
Sabtu, 2025-12-27 20:27:16

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:RosslerC4.svg
Sabtu, 2025-12-27 20:26:51

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:MDKQ anim ohne Ausreiser4.svg
Jumat, 2025-12-19 17:01:20

Kalliauer import numpy, pylab from matplotlib.font_manager import FontProperties import matplotlib.pyplot as plt import matplotlib.patches as mpatches from numpy...

Click to read more »
File:Voigt PartialDerivatives.png
Rabu, 2023-07-05 18:35:39

created using Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: Hunter, J.D. (2007). "Matplotlib: A 2D graphics...

Click to read more »
File:RosslerC126.svg
Sabtu, 2025-12-27 20:25:29

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:MDKQ anim ohne Ausreiser2.svg
Jumat, 2025-12-19 17:13:15

Kalliauer import numpy, pylab from matplotlib.font_manager import FontProperties import matplotlib.pyplot as plt import matplotlib.patches as mpatches from numpy...

Click to read more »
File:RosslerC12.svg
Sabtu, 2025-12-27 20:24:52

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:HEATMAP.png
Jumat, 2025-11-07 21:02:13

work, hereby publish it under the following license: English heatmap in matplotlib author name string: Sadesterbo Wikimedia username: Sadesterbo URL: https://commons...

Click to read more »
File:MDKQ anim6.svg
Rabu, 2025-02-19 00:14:47

with Matplotlib by v. #This source code is public domain import numpy, pylab from matplotlib.font_manager import FontProperties import matplotlib.pyplot...

Click to read more »
File:MDKQ anim1.svg
Jumat, 2026-02-27 15:32:15

with Matplotlib by v. #This source code is public domain import numpy, pylab from matplotlib.font_manager import FontProperties import matplotlib.pyplot...

Click to read more »
File:RosslerC87.svg
Sabtu, 2025-12-27 20:27:50

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:GaussianScatterPCA.svg
Rabu, 2026-03-11 18:17:17

This file was created with Python,NumPy and Matplotlib.  This plot was created with Matplotlib by v. I, the copyright holder of this work, hereby publish...

Click to read more »
File:MDKQ anim ohne Ausreiser3.svg
Jumat, 2025-12-19 16:59:23

Kalliauer import numpy, pylab from matplotlib.font_manager import FontProperties import matplotlib.pyplot as plt import matplotlib.patches as mpatches from numpy...

Click to read more »
File:New final Shyamal Bhar - Copy.pdf
Senin, 2025-02-03 04:47:08

such as numpy, scipy, pandas etc. It has also a plotting module such as matplotlib for the graphical representation of scientific problems. All these modules...

Click to read more »
File:RosslerC18.svg
Sabtu, 2025-12-27 20:26:18

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:Tripartite Partial Trace Visual.svg
Jumat, 2026-05-08 07:07:24

showing the mechanical connections for tracing out subsystems A, B, and C. Created using Python and Matplotlib. determination method or standard: SHA-1...

Click to read more »
File:Origins of English Words.svg
Senin, 2025-12-15 04:23:57

produced using MatPlotLib with the following (also Public Domain) code. #!/usr/bin/env python from matplotlib import pyplot from matplotlib import ticker...

Click to read more »
File:S41586-020-2649-2.pdf
Kamis, 2025-07-10 22:29:43

engineering routines. Matplotlib generates publication-ready figures and visualizations. The combination of NumPy, SciPy and Matplotlib, together with an...

Click to read more »
File:MDKQ anim6.png
Senin, 2025-06-02 13:27:05

created with Matplotlib. #This source code is public domain import numpy, pylab from matplotlib.font_manager import FontProperties import matplotlib.pyplot...

Click to read more »
File:RosslerC13.svg
Sabtu, 2025-12-27 20:25:55

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:LogGamma Analytic Function.png
Senin, 2022-04-18 22:33:37

matplotlib.colors import LightSource # Legible plot style defaults # http://matplotlib.org/api/matplotlib_configuration_api.html # http://matplotlib...

Click to read more »
File:Eeg SMR.svg
Senin, 2025-12-29 07:37:33

Created by Hugo Gamboa Dez 2005  This W3C-unspecified plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following...

Click to read more »
File:Wellenpakete Summe.svg
Selasa, 2024-09-10 21:17:26

archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext in eine Datei plot.py kopieren...

Click to read more »
File:MDKQ6 anim.gif
Senin, 2025-12-01 04:12:38

archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext in eine Datei mdkq.py kopieren...

Click to read more »
File:RosslerVaryC.svg
Sabtu, 2025-12-27 20:36:14

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:Sinc re.svg
Selasa, 2025-12-23 21:04:37

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:Export-Worldmap-2016.svg
Minggu, 2024-08-18 03:54:17

Basemap import matplotlib.pyplot as plt import matplotlib.colors as colors from matplotlib.colors import LogNorm import numpy as np from matplotlib.patches import...

Click to read more »
File:MDKQ animA.png
Sabtu, 2025-01-18 20:53:34

created with Matplotlib. #This source code is public domain import numpy, pylab from matplotlib.font_manager import FontProperties import matplotlib.pyplot...

Click to read more »
File:Making science more open and collaborative before publication- Lessons from a multi-year funding program - Dario Taraborelli.pdf
Selasa, 2026-05-19 04:00:37

・JupyterLab ・kallisto ・KNIME ・LIANA・libSBML ・limma ・LinkML・MACS ・MACS3 ・mamba ・Matplotlib ・MDAnalysis ・memento ・MetaCoAG ・MetaInsight・ MicrobiomeDB ・MicroManager...

Click to read more »
File:Oscillator wavefunctions.svg
Sabtu, 2026-02-21 17:41:33

 This plot was created with Matplotlib by v. English First six wavefunctions of the quantum harmonic oscillator author name string: AkanoToE Wikimedia...

Click to read more »
File:Infant-under-five-mortality-worldmap-2016.svg
Kamis, 2022-02-24 22:50:26

and Matplotlib Basemap Toolkit. """ from mpl_toolkits.basemap import Basemap import matplotlib.pyplot as plt import numpy as np from matplotlib.patches...

Click to read more »
File:Mplwp chebyshevU30.svg
Sabtu, 2025-12-20 01:35:04

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:MDKQ anim4.png
Jumat, 2025-12-05 01:35:15

archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext in eine Datei mdkq.py kopieren...

Click to read more »
File:MDKQ anim3.png
Jumat, 2025-12-05 01:34:29

archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext in eine Datei mdkq.py kopieren...

Click to read more »
File:Informatique quantique - travaux pratiques - ECE Paris (2019).pdf
Jumat, 2023-12-15 16:48:28

la programmation Python notamment sur le version scientifique (numpy, matplotlib, Jupyter). ○ Quantum computing de Microsoft qui permet de découvrir le...

Click to read more »
File:Interpolation trois types.svg
Rabu, 2025-02-19 00:27:09

 This plot was created with Matplotlib. import numpy as np import matplotlib.pyplot as plt import matplotlib.pyplot as plt xp = np.linspace(0, 2*np.pi...

Click to read more »
File:MDKQ anim ohne Ausreiserx.svg
Jumat, 2026-03-20 02:43:05

archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext in eine Datei mdkq.py kopieren...

Click to read more »
File:A Lorenz system.ogv
Kamis, 2023-06-22 15:35:42

Created with Matplotlib. The paramaters used are sigma=10, beta = 8/3, rho=28 (cf. the dedicated Wikipedia article). I, the copyright holder of this work...

Click to read more »
File:Mpl example Helmoltz coils.svg
Sabtu, 2025-12-20 01:28:59

done by Morn. Source code has been modified into fully object-oriented matplotlib interface. It now uses the "viridis" colormap, instead of "jet" which...

Click to read more »
File:MDKQ anim1.png
Jumat, 2025-12-05 01:33:13

archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext in eine Datei mdkq.py kopieren...

Click to read more »
File:MDKQ anim0.png
Jumat, 2025-12-05 01:31:40

archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext in eine Datei mdkq.py kopieren...

Click to read more »
File:Runge phenomenon equidist chebushev.gif
Minggu, 2025-12-07 06:16:35

license of your choice. import matplotlib.pyplot as plt import numpy as np import matplotlib.ticker as tckr from matplotlib.animation import FuncAnimation...

Click to read more »
File:Ufo reports in finland 1974 2022 2 1.png
Jumat, 2025-01-03 06:40:36

Python source code import math import numpy as np import matplotlib.pyplot as plt import matplotlib cases1=np.array([95,170,108,69,45,40,22,44,31,23,35,35...

Click to read more »
File:Poschl-Teller potential.svg
Rabu, 2020-08-26 22:10:23

and Matplotlib. from __future__ import division from numpy import cosh, arccosh, sqrt, linspace import matplotlib.pyplot as plt from matplotlib import...

Click to read more »
File:Activity by us sector 1997-2007.svg
Rabu, 2025-12-17 08:33:27

http://matplotlib.org/ http://factfinder2.census.gov/faces/tableservices/jsf/pages/productview.xhtml?pid=ECN_2007_US_00CCOMP1&prodType=table http://factfinder2...

Click to read more »
File:MDKQ anim5.png
Senin, 2026-02-09 08:17:48

archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext in eine Datei mdkq.py kopieren...

Click to read more »
File:Japan Electricity Production 2009.svg
Selasa, 2026-03-24 06:27:25

as follows. #!/usr/bin/env python from matplotlib import pyplot from matplotlib import ticker from matplotlib import numpy # This generates a pie graph...

Click to read more »
File:BrittleAluminium320MPa S-N Curve.svg
Minggu, 2023-12-24 15:00:57

NumPy and Matplotlib. The data was obtained from the following image import numpy as np from scipy.interpolate import interp1d import matplotlib.pyplot as...

Click to read more »
File:Paid employees by us sector 1997-2007.svg
Minggu, 2026-01-11 04:20:46

http://matplotlib.org/ http://factfinder2.census.gov/faces/tableservices/jsf/pages/productview.xhtml?pid=ECN_2007_US_00CCOMP1&prodType=table http://factfinder2...

Click to read more »
File:Bsa-religion-question-1983-2005.svg
Selasa, 2025-12-23 21:50:50

862×551× (35718 bytes) Corrected 'Other non-Christian' data. Redone in [[matplotlib]] to fix legend rendering issue 2007-10-19 16:05 Duncan Keith 1300×780×...

Click to read more »
File:Matplotlib icon.svg
Rabu, 2020-09-30 03:39:57

DescriptionMatplotlib icon.svg English: Matplotlib logo icon Date 11 March 2015 Source Anti-matplotlib.svg:  Author Matplotlib SVG development InfoField...

Click to read more »
File:Matplotlib basic.png
Jumat, 2025-12-19 03:22:42

DescriptionMatplotlib basic.png English: Basic plot with matplotlib Date 15 February 2014, 11:40:48 Source Own work Author Shishirdasika Other versions...

Click to read more »
File:Files without categories on Commons over time (count and %) since February 2026.svg
Sabtu, 2026-05-02 23:45:41

was created with Matplotlib. Source code InfoField import matplotlib.pyplot as plt import matplotlib.dates as mdates from matplotlib.ticker import FixedLocator...

Click to read more »
File:Animated map of the world with the number of days larger than 30°C in 1980 and 2024.gif
Rabu, 2026-01-07 21:43:51

jours ≥ 30 °C, agrégé de 1980 à 2024. Traitement via Python (xarray + matplotlib / cartopy). I, the copyright holder of this work, hereby publish it under...

Click to read more »
File:Hénon 3D Map.png
Minggu, 2022-11-27 07:01:28

coordinates for each cross-section is (0, -0.2). Achieved using Python and Matplotlib. author name string: OosmanBeekawoo Wikimedia username: OosmanBeekawoo...

Click to read more »
File:Plot 4xx4.png
Jumat, 2013-04-26 06:49:49

29 (talk) 23:49, 25 April 2013 (UTC)hamid ohja It requires mpmath and matplotlib. from mpmath import * cplot(lambda x: sign(4**x-x**4), [-20, 20], [-20...

Click to read more »
File:Matplotlib scatter.png
Jumat, 2025-12-19 03:25:01

DescriptionMatplotlib scatter.png English: Scatter Plot using Matplotlib Date 15 February 2014, 12:03:57 Source Own work Author Shishirdasika Other versions...

Click to read more »
File:Matplotlib histogram v.svg
Rabu, 2020-09-30 03:40:02

DescriptionMatplotlib histogram v.svg English: svg version of Matplotlib histogram.png: . Date 8 August 2015 Source Own work Author IkamusumeFan SVG development...

Click to read more »
File:Equipotential by Zureks.png
Kamis, 2025-11-27 17:33:48

created with Python Matplotlib using the following code: import numpy as np from matplotlib import pyplot as plt from matplotlib import colors cmap =...

Click to read more »
File:Exoplanet Escape velocity-Radius Scatter.png
Selasa, 2025-11-18 00:50:22

Created with Matplotlib A straight line on a log log plot corresponds to a power law. The slope of the line is the power. See also: File:Exoplanet Density-Radius...

Click to read more »
File:Geotag-wikigrowth-scandinavia.ogv
Minggu, 2025-08-10 21:19:03

Made with Matplotlib+Basemap using data from triposo archive copy at the Wayback Machine. I, the copyright holder of this work, hereby publish it under...

Click to read more »
File:Ufo reports in finland 1974 2022 1 1.png
Kamis, 2026-04-23 04:09:40

Python 3 source code import math import numpy as np import matplotlib.pyplot as plt import matplotlib cases1=np.array([95,170,108,69,45,40,22,44,31,23,35,35...

Click to read more »
File:Exoplanet Gravity-Radius Scatter.png
Selasa, 2025-11-18 00:50:21

Created with Matplotlib A straight line on a log log plot corresponds to a power law. The slope of the line is the power. See also: File:Exoplanet Density-Radius...

Click to read more »
File:Sketch up for program flow chart.jpg
Selasa, 2025-01-28 17:17:26

json, pytorch, matplotlib I, the copyright holder of this work, hereby publish it under the following license: English Program Flow Chart for Plotting...

Click to read more »
File:QHO-coherentstate2-animation.gif
Rabu, 2023-01-04 15:58:45

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-Fockstate0123.png
Sabtu, 2025-12-13 10:53:21

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-coherentstate1-animation.gif
Minggu, 2025-12-07 01:12:57

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-catstate-even1-animation.gif
Rabu, 2023-01-04 15:57:53

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:Animated world map showing the number of days ) 40°C from 1980 to 2024.gif
Rabu, 2026-01-07 20:55:56

jours ≥ 40 °C, agrégé de 1980 à 2024. Traitement via Python (xarray + matplotlib / cartopy). I, the copyright holder of this work, hereby publish it under...

Click to read more »
File:Percentile.png
Kamis, 2026-04-02 00:07:13

be reproduced using the following Python code: import matplotlib.pyplot as plt from matplotlib.patches import Ellipse import seaborn as sns color = sns...

Click to read more »
File:Feigenbaum Tree.gif
Sabtu, 2024-03-16 19:34:03

(2023) %reset -f %matplotlib notebook import numpy as np import matplotlib.pyplot as plt from matplotlib import rc from matplotlib.animation import FuncAnimation...

Click to read more »
File:Matplotlib2.hires.png
Sabtu, 2024-07-27 05:09:56

BY-SA 3.0 Creative Commons Attribution-Share Alike 3.0 truetrue  This plot was created with Matplotlib. English determination method or standard: SHA-1...

Click to read more »
File:Gaza death toll since October 7th, 2023 (Last update on May 22nd, 2025).png
Kamis, 2026-01-01 23:24:00

Health, using the dataset put together by Tech for Palestine plotted with Matplotlib author name string: Maxime182752 Wikimedia username: Maxime182752 URL:...

Click to read more »
File:QHO-groundstate-animation-color.gif
Minggu, 2025-12-07 01:15:06

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-Fockstate0123-animation-color.gif
Sabtu, 2020-10-17 01:25:56

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:Ufo reports in france by year according of GEIPAN archives 1.png
Senin, 2025-10-20 23:17:16

InfoField  This plot was created with Matplotlib. Source code InfoField import pandas as pd import matplotlib.pyplot as plt import numpy as np # Ladataan...

Click to read more »
File:QHO-catstate-even3-animation-color.gif
Minggu, 2025-12-07 00:14:42

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-coherentstate1-animation-color.gif
Minggu, 2025-12-07 01:13:33

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-catstate-odd1-animation.gif
Minggu, 2025-12-07 00:15:34

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-catstate-odd1-animation-color.gif
Minggu, 2025-12-07 00:15:09

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:Circulation accordeon animation.gif
Senin, 2025-09-08 02:19:59

was created with Matplotlib. Python source #!/usr/bin/python3 import numpy as np import matplotlib.pyplot as plt import matplotlib.animation as animation...

Click to read more »
File:QHO-catstate-odd3-animation.gif
Rabu, 2023-01-04 15:58:25

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:Created with Matplotlib-logo.svg
Selasa, 2026-01-27 06:37:02

DescriptionCreated with Matplotlib-logo.svg English: Very very rough sketch of part of the logo. Low solution for marking files drawn with Matplotlib. Date 18 February...

Click to read more »
File:2 example.svg
Jumat, 2023-05-26 05:35:09

 This W3C-invalid plot was created with Matplotlib. This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. You...

Click to read more »
File:Real average annual wages in G7.svg
Rabu, 2026-03-04 06:48:13

following license: import matplotlib as mp import matplotlib.pyplot as plt from cycler import cycler import pandas as pd import matplotlib.ticker as ticker df...

Click to read more »
File:QHO-catstate-even1-animation-color.gif
Minggu, 2025-12-07 00:13:30

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-groundstate.png
Senin, 2022-05-30 22:25:15

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:Matplotlib screenshot.png
Minggu, 2025-01-12 17:01:53

DescriptionMatplotlib screenshot.png English: A screenshot showing Matplotlib plots of one 3D plot_surface graph and a polar bar graph resembling the Matplotlib...

Click to read more »
File:QHO-catstate-odd2-animation.gif
Rabu, 2023-01-04 15:58:18

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-catstate-odd3-animation-color.gif
Minggu, 2025-12-07 00:16:33

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-Fockstate1+2squeezed-animation.gif
Minggu, 2025-12-07 01:10:45

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:Matplotlib plotting.webp
Selasa, 2026-03-10 11:00:46

DescriptionMatplotlib plotting.webp فارسی: نمایش نمودار توسط Matplotlib Date 16 November 2019 Source Own work Author SaamSH...

Click to read more »
File:QHO-coherentstate3-animation.gif
Sabtu, 2026-04-04 14:58:07

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-catstate-even2-animation.gif
Rabu, 2023-01-04 15:57:59

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:CarmichaelLambda.svg
Minggu, 2025-11-23 23:37:39

Created with python 2.7.13, matplotlib 2.0.0, sympy 1.1: from sympy import * import matplotlib.pyplot as plt nmin, nmax = 1, 1000 l = range(nmin,nmax)...

Click to read more »
File:U.S. Births by Month.svg
Kamis, 2025-11-06 14:53:27

#!/usr/bin/env python from matplotlib import pyplot from matplotlib import ticker from matplotlib import numpy # This generates a bar graph showing birthdays...

Click to read more »
File:GeometricBrown1D.svg
Selasa, 2025-12-30 19:20:45

Brownian process with time step dt = .0001 import matplotlib.pyplot as pl import numpy as np import matplotlib.patches as mpatches t0 = 0.0 dt = 0.0001 t_final...

Click to read more »
File:QHO-coherent3-squeezed2dB-animation-color.gif
Selasa, 2025-05-06 21:36:13

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-coherentstate2-animation-color.gif
Minggu, 2025-12-07 01:12:27

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-coherent3-squeezed2dB-animation.gif
Minggu, 2025-12-07 01:14:01

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-Fockstate3.png
Sabtu, 2025-12-13 10:53:39

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-coherent3-phasesqueezed2dB-animation-color.gif
Jumat, 2025-09-05 14:08:48

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-catstate-odd2-animation-color.gif
Minggu, 2025-12-07 00:16:02

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:Slater-Determinant.png
Jumat, 2022-06-24 05:09:39

Python 3.7.1 matplotlib 3.0.2 from mpl_toolkits.mplot3d import Axes3D import matplotlib.pyplot as plt from matplotlib import cm from matplotlib.ticker import...

Click to read more »
File:QHO-coherent3-phasesqueezed2dB-animation.gif
Senin, 2026-01-05 20:38:53

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-catstate-even3-animation.gif
Senin, 2025-10-20 15:16:37

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:Mplwp sec csc piaxis.svg
Sabtu, 2025-12-20 01:45:59

This media was created with mplwp (matplotlib extension for Wikipedia plots) Here is a listing of the source used to create this file. Deutsch ∙ English ∙...

Click to read more »
File:QHO-Fockstate2-animation-color.gif
Minggu, 2025-12-07 01:14:47

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-coherent3-amplitudesqueezed2dB-animation-color.gif
Selasa, 2025-12-30 03:50:45

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:Matplotlib 3d.png
Kamis, 2024-12-05 14:08:49

DescriptionMatplotlib 3d.png English: 3D plot with matplotlib Date 15 February 2014, 12:21:43 Source Own work Author Shishirdasika...

Click to read more »
File:Pi 30K.gif
Kamis, 2026-03-26 10:17:45

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:QHO-coherentstate3-animation-color.gif
Rabu, 2025-12-24 20:13:19

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-Fockstate1-animation-color.gif
Rabu, 2023-01-04 15:59:36

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:Fallout 30days 1mt burst 15mph mortality.svg
Sabtu, 2020-09-12 16:14:23

This image is generated with python, matplotlib, and python-glasstone package. GLASSTONE https://github.com/GOFAI/glasstone Original sources of glasstone...

Click to read more »
File:Exoplanet Orbits.png
Selasa, 2025-11-18 00:50:24

Created with Matplotlib Colors: white = Unknown green = Rock and Iron (Mars like) green = Rock and degenerate iron (Earth like) blue = Water purple = Methane...

Click to read more »
File:Matplotlib in jupyter notebook.png
Senin, 2025-06-09 11:39:12

DescriptionMatplotlib in jupyter notebook.png English: screenshot of matplotlib being used in jupyter notebook Date 22 April 2025 Source Own work Author...

Click to read more »
File:BesselProcess1D.svg
Minggu, 2025-11-23 03:08:34

= 3, 10, 20 and time step dt = .0001 import matplotlib.pyplot as pl import numpy as np import matplotlib.patches as mpatches t0 = 0.0 dt = 0.0001 t_final...

Click to read more »
File:QHO-Fockstate1.png
Rabu, 2020-10-14 16:16:01

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:Diagram of the real branches of the Lambert W function.png
Kamis, 2026-01-22 05:29:35

Attribution 3.0 truetrue  This plot was created with Matplotlib. This diagram was created with NumPy and matplotlib. import pylab from scipy.special import lambertw...

Click to read more »
File:Japan Electricity Production 2014.svg
Minggu, 2025-11-30 20:22:18

produced using MatPlotLib with the following (also Public Domain) code. #!/usr/bin/env python from matplotlib import pyplot from matplotlib import ticker...

Click to read more »
File:Mplwp polylogarithm m3to3.svg
Sabtu, 2025-12-20 01:44:59

This media was created with mplwp (matplotlib extension for Wikipedia plots) Here is a listing of the source used to create this file. Deutsch ∙ English ∙...

Click to read more »
File:Running Python Programs with PyCharm.pdf
Selasa, 2026-04-07 18:37:48

Terminal (like you did with requests) ○ pip install networkx ○ pip install matplotlib ○ pip install pyvis Now you can run the other two files too! Click the...

Click to read more »
File:U.S. Births by Time of Day.svg
Kamis, 2020-10-29 17:11:21

#!/usr/bin/env python from matplotlib import pyplot from matplotlib import ticker from matplotlib import numpy # This generates a bar graph showing births...

Click to read more »
File:Lebesgue Integration and Upper Sums.gif
Selasa, 2025-12-02 17:11:36

Ika, 2013-09-14 import numpy as np import matplotlib.pyplot as plt import scipy.special as sp from matplotlib.patches import Polygon import random fig=plt...

Click to read more »
File:U.S. Electricity Production 2015.svg
Selasa, 2025-12-16 04:19:51

produced using MatPlotLib with the following (also Public Domain) code. #!/usr/bin/env python from matplotlib import pyplot from matplotlib import ticker...

Click to read more »
File:QHO-Fockstate3-animation-color.gif
Kamis, 2025-11-13 20:41:41

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:QHO-Fockstate2.png
Minggu, 2024-12-22 16:52:26

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:Exoplanet systems.png
Selasa, 2026-03-24 12:36:40

Created with Matplotlib Colors: white = Unknown green = Rock and Iron (Mars like) green = Rock and degenerate iron (Earth like) blue = Water purple = Methane...

Click to read more »
File:Riemann Integration and Darboux Lower Sums.gif
Senin, 2020-10-26 05:10:39

Ika, 2013-09-14 import numpy as np import matplotlib.pyplot as plt import scipy.special as sp from matplotlib.patches import Polygon import random fig=plt...

Click to read more »
File:QHO-catstate-even2-animation-color.gif
Jumat, 2026-05-15 21:05:01

The plot was generated with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:Fallout 30days 1mt burst 15mph 2.svg
Minggu, 2024-12-15 08:24:26

library. https://github.com/GOFAI/glasstone neetds python. numpy, scipy, matplotlib That library has The MIT License (MIT) Copyright (c) 2016 GOFAI Samuel...

Click to read more »
File:Matplotlib bar sample.svg
Jumat, 2025-02-28 10:09:36

DescriptionMatplotlib bar sample.svg English: Example of bar chart made with matplotlib. Date 3 October 2023 Source Own work Author Mhss...

Click to read more »
File:Renewable energy by source irena-no.svg
Sabtu, 2026-01-03 19:44:26

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:Riemann Integration and Darboux Upper Sums.gif
Senin, 2020-10-26 05:10:39

Ika, 2013-09-15 import numpy as np import matplotlib.pyplot as plt import scipy.special as sp from matplotlib.patches import Polygon import random fig=plt...

Click to read more »
File:LiverpoolPopulationHistory.svg
Kamis, 2025-12-18 15:26:44

license: #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt import matplotlib.ticker as tkr def formatNumbers(x, pos): return "{number:1...

Click to read more »
File:Discrete Gaussian kernel.svg
Jumat, 2026-05-01 09:27:52

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:Gaussian curvature.svg
Jumat, 2026-02-20 19:23:46

This file was created with Python, SciPy, NumPy and Matplotlib. It was later modified using Inkscape. from __future__ import division import numpy as np...

Click to read more »
File:Labour force participation rate in Japan.svg
Jumat, 2023-11-17 14:32:13

import matplotlib.pyplot as plt import matplotlib.ticker as ticker from cycler import cycler import pandas as pd import matplotlib.ticker as ticker df_lfs...

Click to read more »
File:Workshop wkp data analysis.pdf
Selasa, 2020-10-27 20:28:20

wikipedians. 2.2 FLOSS tools for data analysis ● Python. ● NumPy, SciPy, matplotlib. ● Scikit.learn. ● MySQL (or PostgreSQL). ● R programming language...

Click to read more »
File:Feigenbaum tree with bias.gif
Sabtu, 2024-03-16 19:35:16

(2023) %reset -f %matplotlib notebook import numpy as np import matplotlib.pyplot as plt from matplotlib import rc from matplotlib.animation import FuncAnimation...

Click to read more »
File:Nodoid.svg
Jumat, 2026-02-20 20:14:05

file was created with Python,NumPy and Matplotlib.  The SVG code is valid.  This plot was created with Matplotlib. I, the copyright holder of this work...

Click to read more »
File:Driven-pendulums-resonance-animation.gif
Kamis, 2026-05-14 00:38:27

The plot was generated with Python Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed...

Click to read more »
File:Anuragproject.pdf
Jumat, 2023-09-08 21:08:47

commercial domains including finance, economics, Statistics, analytics, etc. Matplotlib is a Python 2D plotting library which produces publication quality figures...

Click to read more »
File:Moffat and Gaussian.png
Senin, 2025-12-08 20:44:45

Created with matplotlib and with the help of Astropy library (see example https://docs.astropy.org/en/stable/api/astropy.modeling.functional_models.Moffat1D...

Click to read more »
File:Anti-matplotlib.svg
Kamis, 2023-09-07 05:50:35

DescriptionAnti-matplotlib.svg English: logo for animatplotlib Date 18 April 2012 Source Own work Author Aflafla1...

Click to read more »
File:Dice6 mean.png
Sabtu, 2026-03-14 15:50:53

import choices import seaborn as sns import matplotlib.pyplot as plt sns.set(color_codes=True) %matplotlib inline data = [1,2,3,4,5,6] m = [];l = 1000...

Click to read more »
File:Sawtooth sampled.png
Minggu, 2025-05-04 03:58:45

Generated with the following code: import numpy as np import matplotlib.pyplot as plt frames_per_cycle = 16 freq = 2 nr_frames = frames_per_cycle * freq...

Click to read more »
File:Health expenditure and Life expectancy in OECD.svg
Senin, 2026-02-02 20:50:35

following license: import matplotlib.pyplot as plt import pandas as pd import matplotlib.ticker as ticker import matplotlib.cm as cm df1 = pd.read_csv("data...

Click to read more »
File:ConvexCombination-2D.gif
Selasa, 2026-03-17 14:01:02

import matplotlib matplotlib.rcParams['text.usetex'] = True # uncomment if you donot have latex installed import numpy as np import matplotlib.pyplot...

Click to read more »
File:Labour force participation rate by sex.svg
Kamis, 2026-04-23 13:19:51

as np import matplotlib.pyplot as plt from cycler import cycler import pandas as pd import matplotlib. patches as mpatches from matplotlib. lines import...

Click to read more »
File:Mach-Zehnder photons animation.gif
Sabtu, 2026-01-03 19:18:29

is created by the following python source-code. Requirements: python Matplotlib plotting library Postprocessing with gifsicle: gifsicle -k 64 --background="#ffffff"...

Click to read more »
File:Some harappan cities area and growth rate 1 1 1 1.png
Jumat, 2025-12-12 14:23:05

source code import numpy as np import pandas as pd import matplotlib.pyplot as plt from matplotlib.patches import Patch Data mohenjodaro_years = [2900, 2600...

Click to read more »
File:Hinge loss vs zero one loss.svg
Sabtu, 2025-12-13 03:11:36

Created using IPython and matplotlib: y = linspace(-2, 2, 1000) plot(y, maximum(0, 1 - y)) plot(y, y < 0) Qwertyus, the copyright holder of this work,...

Click to read more »
File:Gaussian-beam-animation.gif
Sabtu, 2020-09-26 09:35:37

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:Mpl example Mandelbrot set.svg
Rabu, 2025-02-19 10:32:58

svg , done by Morn, with a source code that uses object-oriented matplotlib interface and without Python wildcard import. I, the copyright holder...

Click to read more »
File:MDKQ anim2.png
Jumat, 2025-12-05 01:33:51

archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext in eine Datei mdkq.py kopieren...

Click to read more »
File:Lebesgue Integration and Lower Sums.gif
Kamis, 2025-12-04 08:56:42

Ika, 2013-09-14 import numpy as np import matplotlib.pyplot as plt import scipy.special as sp from matplotlib.patches import Polygon import random fig=plt...

Click to read more »
File:Mean of sample vs size of sample.svg
Selasa, 2026-04-07 02:31:42

Commons Attribution-Share Alike 4.0 truetrue This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive...

Click to read more »
File:US Net Gas Imports.svg
Selasa, 2025-12-23 08:45:30

Generated with: import csv import matplotlib import matplotlib.pyplot as plt import matplotlib.ticker as plticker lines = [None, None, None] with...

Click to read more »
File:Heatmap of GCD Matrix.png
Jumat, 2025-10-17 14:58:13

import numpy as np import matplotlib.pyplot as plt import matplotlib import os from math import gcd # Ensure output directory exists os.makedirs("/mnt/data"...

Click to read more »
File:Running times 41Berlin marathon cumulative.svg
Rabu, 2020-09-30 21:27:33

 The SVG code is valid.  This plot was created with Matplotlib. Source code InfoField I, the copyright holder of this work, hereby publish it under the...

Click to read more »
File:Numero di infermieri ogni 10.000 abitanti in Italia.png
Jumat, 2025-10-31 18:14:35

Creative Commons Attribution 4.0 truetrue English file realizzato con matplotlib di phyton author name string: Lovepeacejoy404 Wikimedia username: Lovepeacejoy404...

Click to read more »
File:Asteroid belt positions-en.png
Minggu, 2026-05-24 15:20:01

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Domestic cat larynges can produce purring frequencies without neural input.pdf
Minggu, 2026-03-01 07:19:03

S1, panel C were generated with the matplotlib.pyplot.violinplot function contained in the open source matplotlib software framework for the Python programming...

Click to read more »
File:Conditional norm.svg
Selasa, 2024-04-09 16:33:09

from matplotlib import gridspec import matplotlib.pyplot as plt import numpy as np from scipy.stats import norm linspace_size = 5000 linspace_left = -4...

Click to read more »
File:Mplwp tan cot piaxis.svg
Sabtu, 2025-12-20 01:47:35

This media was created with mplwp (matplotlib extension for Wikipedia plots) Here is a listing of the source used to create this file. Deutsch ∙ English ∙...

Click to read more »
File:IngMath fourier bsp15.svg
Selasa, 2026-05-12 22:20:54

import matplotlib.pyplot as plt import numpy as np T = 5*np.pi t = np.arange(0, T+.1, .1) y = np.pi/2 - 4/np.pi*(np.cos(t) + np.cos(3*t)/3**2 + np.cos(5*t)/5**2)...

Click to read more »
File:Pitch-constellations-44-modes.png
Senin, 2022-03-28 23:06:04

You may select the license of your choice.  This plot was created with Matplotlib. English author name string: Erotemic URL: https://commons.wikimedia...

Click to read more »
File:Introduction to descriptive modelling of the World Wide Web.pdf
Senin, 2024-07-22 05:14:21

attribute the author and keep the same license. All figures where created via matplotlib in python 2.7 with code written by Rene Pickhardt and released under a...

Click to read more »
File:Wikipedia article assessment graph (top decile).svg
Minggu, 2023-11-26 10:07:34

POSSIBILITY OF SUCH DAMAGE. from lxml import etree import pandas as pd from matplotlib import pyplot as plt import re import numpy as np import datetime import...

Click to read more »
File:Rod diameter change poisson.svg
Rabu, 2025-02-19 00:42:50

 The SVG code is valid.  This plot was created with Matplotlib. Source code InfoField from matplotlib.pyplot import * from numpy import * dL = linspace(-10...

Click to read more »
File:Collect pageview data of module.pdf
Senin, 2024-03-25 17:50:21

import mwapi import pprint import pandas as pd import numpy as np import matplotlib.pyplot as plt from IPython.display import display from urllib.parse import...

Click to read more »
File:Super95price monthly germany 91-14.svg
Rabu, 2025-02-19 00:35:24

The plot was generated with Matplotlib I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:Niger-demography.svg
Selasa, 2020-06-16 14:47:25

import numpy as np import matplotlib.pyplot as plt from matplotlib import rc fontsize=24 fontsize_small=16 rc('font', family='sans-serif', serif=['Latin...

Click to read more »
File:Nepal-LifeExpectancy.svg
Senin, 2025-12-22 07:11:25

Attribution-Share Alike 4.0 truetrue import numpy as np import matplotlib.pyplot as plt from matplotlib import rc fontsize=24 fontsize_small=16 rc('font', family='sans-serif'...

Click to read more »
File:T distribution 30df enhanced.svg
Rabu, 2025-02-19 00:35:11

Plot using Python Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under the Creative...

Click to read more »
File:Nepal-under-five-mortality.svg
Senin, 2025-12-22 07:11:24

Attribution-Share Alike 4.0 truetrue import numpy as np import matplotlib.pyplot as plt from matplotlib import rc fontsize=24 fontsize_small=16 rc('font', family='sans-serif'...

Click to read more »
File:Mohr example v1.svg
Minggu, 2020-10-25 08:06:18

 This W3C-invalid plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed...

Click to read more »
File:Smithers' Divide.jpg
Kamis, 2026-04-23 00:24:41

Commons Attribution-Share Alike 4.0 truetrue  This plot was created with Matplotlib. English object of statement has role: photographer author name string:...

Click to read more »
File:Numero di medici ogni 10.000 abitanti in Italia.png
Jumat, 2025-10-31 18:14:34

Creative Commons Attribution 4.0 truetrue English file realizzato con matplotlib di phyton author name string: Lovepeacejoy404 Wikimedia username: Lovepeacejoy404...

Click to read more »
File:Shepard interpolation 1 dimension.png
Senin, 2023-09-11 00:26:47

archive copy at the Wayback Machine, matplotlib) used to create this image: import numpy as np import matplotlib.pyplot as plt def weight( pointA, pointB...

Click to read more »
File:Quantum-rigid-rotator 1+2-animation-color.gif
Minggu, 2025-12-07 00:11:34

Igen tool "Created with MATPLOTLIB" notfd I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Logistic Map Bifurcation Diagram, Matplotlib, zoomed.png
Sabtu, 2020-10-24 10:37:18

DescriptionLogistic Map Bifurcation Diagram, Matplotlib, zoomed.png English: A bifurcation diagram for the Logistic map (100,000 iterations). The code...

Click to read more »
File:Hartree-Products vs Slater-Determinants.png
Jumat, 2026-01-23 04:22:43

Generated with Python 3.7.1 matplotlib 3.0.2 import numpy as np from matplotlib import pyplot as plt import math def gaussian(x, alpha): return math.exp(-alpha*x*x/2)...

Click to read more »
File:English Wikipedia article for creation (AfC) decline reasons chart – Technology AfCs.svg
Rabu, 2026-04-22 00:59:45

 The SVG code is valid.  This plot was created with Matplotlib. Source code InfoField import matplotlib.pyplot as plt # Data labels = [ "Lacks notability"...

Click to read more »
File:5th-root-of-unity.jpg
Kamis, 2023-06-01 16:08:56

hereby publish it under the following license:  This plot was created with Matplotlib. import math, cmath from cmath import exp, sin, cos from math import pi...

Click to read more »
File:BetaDistrMode.svg
Kamis, 2026-02-19 22:37:31

etc.). from mpl_toolkits.mplot3d import axes3d import matplotlib.pyplot as pl from matplotlib import cm import numpy as np from scipy.special import...

Click to read more »
File:English Wikipedia article for creation (AfC) decline reasons chart – Business AfCs.svg
Rabu, 2026-04-22 01:00:20

 The SVG code is valid.  This plot was created with Matplotlib. Source code InfoField import matplotlib.pyplot as plt # Data labels = [ "Lacks notability"...

Click to read more »
File:Przyklad wykresu.svg
Senin, 2026-06-01 09:23:09

code is valid.  This plot was created with Matplotlib. Source code InfoField import numpy as np import matplotlib.pyplot as plt # dane x = np.linspace(0,...

Click to read more »
File:Anscombe's quartet with Matplotlib.svg
Rabu, 2025-02-19 00:49:43

DescriptionAnscombe's quartet with Matplotlib.svg English: Plotted with Python and Matplotlib Date 29 January 2012 Source Own work Author Gabry SVG development...

Click to read more »
File:BMI-30-Worldmap-2014.svg
Selasa, 2023-10-10 12:17:39

import matplotlib.pyplot as plt from matplotlib.patches import Polygon, PathPatch from matplotlib.collections import PatchCollection from matplotlib.colors...

Click to read more »
File:Co2-temperature-records.svg
Selasa, 2025-12-09 16:09:12

making use of the matplotlib library. # -*- coding: utf-8 -*- import numpy as np import matplotlib.pylab as plt from matplotlib.font_manager import...

Click to read more »
File:Social expenditure of Japan.svg
Senin, 2025-05-05 11:02:09

import matplotlib.pyplot as plt import pandas as pd import matplotlib.ticker as ticker df = pd.read_csv("data.tsv", index_col=0 , sep = "\t") fig, ax =...

Click to read more »
File:Square signal and its antiderivatives.svg
Senin, 2020-10-05 06:26:03

Python (scipy/numpy/matplotlib) code: from matplotlib.pyplot import * from numpy import * from scipy.integrate import cumtrapz def f(x): return x*sin(1/x)...

Click to read more »
File:WISE 4.6 micron PSF with Moffat and Gaussian aproximations.png
Senin, 2026-03-23 08:38:03

https://www.astro.princeton.edu/~draine/Kernels.html Image created with Matplotlib, fitting performed with Astropy I, the copyright holder of this work,...

Click to read more »
File:WLE 2016 in Spain - Uses of photographs in WMF projects.png
Kamis, 2020-10-22 00:43:24

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:LTO cartridge sales.svg
Sabtu, 2026-01-03 20:13:24

the license of your choice.  This W3C-unspecified plot was created with Matplotlib. English author name string: Austinmurphy Wikimedia username: Austinmurphy...

Click to read more »
File:English Wikipedia article for creation (AfC) decline reasons chart – Organization AfCs.svg
Rabu, 2026-04-22 01:00:44

 The SVG code is valid.  This plot was created with Matplotlib. Source code InfoField import matplotlib.pyplot as plt # Data labels = [ "Lacks notability"...

Click to read more »
File:WLF 2017 in Spain - Uses of photographs in WMF projects.png
Kamis, 2020-10-22 01:39:01

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Excess earths in ukraine during years 1932 - 1934 1.png
Rabu, 2026-01-07 21:40:18

Source of data Python 3 source code import matplotlib.pyplot as plt import numpy as np from matplotlib.ticker import FuncFormatter Data koko Ukrainalle...

Click to read more »
File:WLE 2017 in Spain - Uses of photographs in WMF projects.png
Kamis, 2020-10-22 00:45:47

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2016 - Images per autonomous community.png
Kamis, 2020-10-22 00:39:42

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Fallout 30days 1mt burst 15mph.svg
Jumat, 2025-12-12 03:25:51

library 2017 import matplotlib.pyplot as plt from matplotlib import cm, colors, colorbar import matplotlib.lines as mlines import matplotlib.patches as mpatches...

Click to read more »
File:English Wikipedia article for creation (AfC) decline reasons chart – Art AfCs.svg
Rabu, 2026-04-22 01:56:55

 The SVG code is valid.  This plot was created with Matplotlib. Source code InfoField import matplotlib.pyplot as plt # Data labels = [ "Lacks notability"...

Click to read more »
File:Utm-zones-USA.svg
Selasa, 2025-12-16 01:55:14

coding: utf-8 -*- from mpl_toolkits.basemap import Basemap import matplotlib; matplotlib.use('GTKCairo') import pylab # Setup figure, axes, and map projection...

Click to read more »
File:WLE 2016 - Sites per autonomous community.png
Selasa, 2024-08-27 21:26:07

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE2016 - Uploads.png
Kamis, 2020-10-22 01:18:56

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Population ages of Japan, by prefecture.svg
Kamis, 2026-05-28 02:01:28

import matplotlib as mpl from cycler import cycler import matplotlib.pyplot as plt import pandas as pd df = pd.read_csv("data.tsv", index_col=0 , sep...

Click to read more »
File:RosslerC9.svg
Minggu, 2020-10-11 05:17:01

simulation of the Rossler system (c=9, chaotic). import matplotlib.pyplot as pl from matplotlib.lines import Line2D import numpy as np t0 = 0.0 dt = 0...

Click to read more »
File:Wikipedia article assessment graph.svg
Minggu, 2023-11-26 10:07:24

POSSIBILITY OF SUCH DAMAGE. from lxml import etree import pandas as pd from matplotlib import pyplot as plt import re import numpy as np import datetime import...

Click to read more »
File:Population Projections for Japan.svg
Jumat, 2023-11-17 14:47:48

the following license: import matplotlib.pyplot as plt from cycler import cycler import pandas as pd import matplotlib.ticker as ticker df1 = pd.read_csv("real...

Click to read more »
File:Mandelbrot set, plotted with Matplotlib, zoomed.svg
Rabu, 2025-02-19 10:32:51

plotted with Matplotlib, zoomed.svg English: A zoomed-in view of the Mandelbrot set (100 iterations), plotted with Python/Matplotlib. Also see File:Mandelbrot...

Click to read more »
File:Sine.gif
Selasa, 2020-10-20 04:18:13

import math as m import numpy as np import matplotlib.pyplot as plt import scipy.special as sp # import matplotlib.animation as animation def draw_frame(n...

Click to read more »
File:WLE 2015 in Spain - Unique photographs used in WMF projects.png
Kamis, 2020-10-22 00:39:23

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:BetaDistrMean.svg
Kamis, 2026-02-19 22:37:21

etc.). from mpl_toolkits.mplot3d import axes3d import matplotlib.pyplot as pl from matplotlib import cm import numpy as np from scipy.special import...

Click to read more »
File:WLF 2017 in Spain - Top authors ('Falles' campaign).png
Sabtu, 2026-01-03 22:18:00

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:OpenAI conversation category approximate market share.png
Jumat, 2026-06-05 10:10:27

truetrue English This is a market share chart for ChatGPT conversation categories taken from a ShareGPT dump, and processed with clustering and Matplotlib....

Click to read more »
File:World prison population 2008.svg
Rabu, 2025-02-19 00:35:30

 The SVG code is valid.  This plot was created with Matplotlib. Jannick88, the copyright holder of this work, hereby publishes it under the following license:...

Click to read more »
File:WLE 2018 in Spain - Unique photographs used in WMF projects.png
Kamis, 2020-10-22 00:49:27

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Gradient Visual.svg
Kamis, 2026-03-12 05:18:20

 The SVG code is valid.  This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This...

Click to read more »
File:Hiroshima bomb effects diagram.svg
Kamis, 2024-09-12 20:46:28

This image is produced with this matplotlib script import matplotlib.pyplot as plt in ubuntu you need python-matplotlib, python-tk poltto1 = plt.Circle((0...

Click to read more »
File:Produit convolution carre cercle.svg
Jumat, 2025-10-17 06:59:39

 This W3C-unspecified plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file...

Click to read more »
File:WLE 2016 in Spain - Sites of community importance by autonomous community.png
Kamis, 2020-10-22 00:43:01

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2016 in Spain - Top authors by site of community importance.png
Kamis, 2020-10-22 00:43:07

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2017 in Spain - Top authors by site of community importance.png
Kamis, 2020-10-22 00:45:32

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2015 in Spain - Uses of photographs in WMF projects.png
Kamis, 2024-11-07 13:47:47

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Root-raised-cosine-impulse.svg
Sabtu, 2025-12-27 16:25:55

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:Physicians and Doctor consultants in OECD.svg
Jumat, 2023-11-17 14:47:00

Alike 3.0 truetrue import matplotlib.pyplot as plt import pandas as pd import matplotlib.ticker as ticker import matplotlib.cm as cm df1 = pd.read_csv("data...

Click to read more »
File:Lemniscate-of-Gerono2.svg
Rabu, 2024-07-10 13:07:18

 W3C-validity not checked. import matplotlib as mp import matplotlib.pyplot as plot import numpy as np from math import pi style = { "axes.linewidth":...

Click to read more »
File:Aberrationlighttimebeaming.gif
Minggu, 2025-03-23 22:19:22

page was here. All following user names refer to en.wikipedia.  This plot was created with Matplotlib. English determination method or standard: SHA-1...

Click to read more »
File:WLE 2018 in Spain - Uses of photographs in WMF projects.png
Sabtu, 2026-02-28 20:38:14

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Sierpinski triangle.svg
Jumat, 2026-02-27 12:20:05

valid.  This plot was created with Matplotlib. Source code InfoField from __future__ import division import matplotlib.pyplot as plt plt.figure() plt.subplot(1...

Click to read more »
File:Ufo reports reliability classes from french geipan archive reports 1.png
Senin, 2025-10-20 23:19:27

ChatGPT 3 and 4o PNG development InfoField  This plot was created with Matplotlib. Source code InfoField ########################################## ## ##...

Click to read more »
File:WLE in Spain - Contestants by year.png
Kamis, 2020-10-22 01:00:14

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:F-dens-2-15df python.svg
Minggu, 2025-12-28 10:14:36

the license of your choice.  This W3C-unspecified plot was created with Matplotlib. English URL: https://commons.wikimedia.org/wiki/user:Tlinnet Wikimedia...

Click to read more »
File:Ellipse in coordinate system with semi-axes labelled.svg
Sabtu, 2025-11-29 23:29:59

text editor by Krishnavedala. Previous version had been created with Matplotlib (27985 bytes)     now 5.59% of previous size  Please do not replace the...

Click to read more »
File:Gaussian beam w40mm lambda30mm.png
Sabtu, 2020-09-26 09:32:25

plot of the instantaneous intensity of a Gaussian beam as a function of r and z. Author: Eric Toombs Source: computer rendering via matplotlib English...

Click to read more »
File:WLE in Spain - New uploaders.png
Minggu, 2020-10-04 18:58:33

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Wikipedia-Top 25 Report May 13 to 19, 2018.png
Minggu, 2026-02-22 00:49:51

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Gamma function.svg
Minggu, 2024-08-18 05:16:19

math import gamma from numpy import arange, array import matplotlib as mp import matplotlib.pyplot as plot lw_grid = 1.6 lw_line = 2 axes_color = "#505050"...

Click to read more »
File:WLE 2018 in Spain - Top authors (2).png
Kamis, 2020-10-22 00:49:15

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2017 in Spain - Finalist festivals.png
Kamis, 2020-10-22 01:38:17

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2016 in Spain - Uses of photographs in WMF projects.png
Jumat, 2026-01-09 02:11:24

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Pollen diagram of Berelekh 2, Indigirka.svg
Rabu, 2025-02-05 11:57:35

program input ; separated csv import numpy as np import matplotlib.pyplot as plt import matplotlib.patches as mpatches pypol 1 python csw pollen percentage...

Click to read more »
File:WLE 2017 in Spain - Finalist sites of community importance.png
Kamis, 2020-10-22 00:45:15

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2017 in Spain - Top festivals.png
Kamis, 2020-10-15 09:41:12

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Matplotlib Chart.png
Selasa, 2026-05-05 12:30:04

DescriptionMatplotlib Chart.png English: matrix Date 7 February 2026 Source Own work Author Outlierans...

Click to read more »
File:WLF 2017 in Spain - Finalists.png
Kamis, 2020-10-22 01:38:20

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2016 in Spain - Uploads by day (Autumn campaign).png
Jumat, 2026-01-09 02:11:24

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:HenonMap.svg
Jumat, 2025-12-12 19:34:26

# An Euler method based simulation of the Henon Map. import matplotlib.pyplot as pl import numpy as np t_final = 50000 a, b = 1.4, 0.3 ax = pl.figure()...

Click to read more »
File:English Wikipedia article for creation (AfC) decline reasons chart – Persons AfCs.svg
Jumat, 2026-04-24 17:19:01

 The SVG code is valid.  This plot was created with Matplotlib. Source code InfoField import matplotlib.pyplot as plt # Data labels = [ "Lacks notability"...

Click to read more »
File:Quantum-harmonic-oscillator-probability-density-functions.svg
Rabu, 2025-12-17 02:47:15

 This plot was created with Matplotlib by n. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed...

Click to read more »
File:WLE 2017 in Spain - Sites of community importance by autonomous community.png
Sabtu, 2026-05-09 14:21:10

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:ChuaAttractor3D.svg
Selasa, 2025-02-18 23:49:29

 This plot was created with Matplotlib by v. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed...

Click to read more »
File:WLF 2016 in Spain - Uploads by day (Spring campaign).png
Jumat, 2026-01-09 02:11:24

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Barabasi Albert model.gif
Senin, 2023-10-30 12:27:36

 This plot was created with Matplotlib. The code is (using the python-networkx and python-matplotlib packages on Ubuntu GNU/Linux distribution): #! /usr/bin/python...

Click to read more »
File:Carte des nuits tropicales supérieur à 20°C entre 1980 et entre 2024.gif
Kamis, 2026-01-29 02:18:09

tropicales ≥ 20 °C, agrégé de 1980 à 2024. Traitement via Python (xarray + matplotlib / cartopy). I, the copyright holder of this work, hereby publish it under...

Click to read more »
File:WLE 2015 in Spain - Photographs by autonomous community.png
Kamis, 2020-10-22 00:39:04

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Baker's map mixing.gif
Jumat, 2023-10-27 01:03:48

 This plot was created with Matplotlib by n. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed...

Click to read more »
File:WLE2015 - Top authors (2).png
Kamis, 2020-10-22 01:18:19

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Suomen kevaan 2020 koronavirusaallon sairaana olevien seird 1.svg
Sabtu, 2026-04-18 04:34:28

import matplotlib.pyplot as plt import pandas as pd import matplotlib.dates as mdates from matplotlib.ticker import NullFormatter from matplotlib.dates...

Click to read more »
File:WLE 2017 in Spain - Photographs used in WMF projects.png
Kamis, 2020-10-22 00:45:23

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2017 in Spain - Unique photographs used in WMF projects.png
Selasa, 2025-11-11 03:20:27

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2016 in Spain - Top authors by festival.png
Jumat, 2026-01-09 02:11:22

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE2017 - Top authors.png
Kamis, 2020-10-22 01:19:00

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2017 in Spain - Contestant age.png
Kamis, 2020-10-22 01:38:02

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Julia set, plotted with Matplotlib.svg
Rabu, 2025-02-19 10:32:08

DescriptionJulia set, plotted with Matplotlib.svg English: The Julia set plotted with Matplotlib. The seed coordinates are (-0.512511498387847167, 0.521295573094847167)...

Click to read more »
File:WLE 2017 in Spain - Contestant age.png
Kamis, 2020-10-22 00:45:08

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2017 in Spain - Top authors by festival.png
Kamis, 2020-10-22 01:38:44

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2017 in Spain - Top authors.png
Kamis, 2020-10-22 00:45:36

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Sinc abs.svg
Senin, 2024-11-04 03:39:26

depicting |sinc(z)|.""" # Author: Ika. 2015-08-13 from matplotlib.pyplot import * import matplotlib.pyplot as plt import numpy as np low = -7.0 high = 7...

Click to read more »
File:WLF 2016 in Spain - Contributions by campaign.png
Jumat, 2026-01-09 02:11:20

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2017 in Spain - Uploads by day (November campaign).png
Jumat, 2025-02-14 00:50:27

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2017 in Spain - Unique photographs used in WMF projects.png
Senin, 2024-12-23 20:45:04

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Matplot lib & Tableau Bar Chart.png
Rabu, 2025-11-26 02:04:43

Attribution-Share Alike 4.0 truetrue English Bar Chart created by using Tableau and Matplotlib author name string: Srinath.palleboina Wikimedia username: Srinath.palleboina...

Click to read more »
File:WLF 2016 in Spain - Photographs per autonomous community.png
Jumat, 2026-01-09 02:11:22

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2016 in Spain - Photographs by autonomous community.png
Jumat, 2024-12-27 01:29:20

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2015 in Spain - Uploads by day.png
Jumat, 2026-01-02 10:11:42

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Energie elastique gaz comprime.svg
Kamis, 2026-05-07 22:30:57

 This W3C-invalid plot was created with Matplotlib.  The source code of this SVG is invalid due to 10 errors.  This W3C-invalid vector image was created...

Click to read more »
File:IWG plc locations.png
Selasa, 2024-12-17 16:37:47

install https://github.com/matplotlib/basemap/archive/master.zip from mpl_toolkits.basemap import Basemap import matplotlib.pyplot as plt import pandas...

Click to read more »
File:Revenue of Government 2020 in OECD.svg
Senin, 2023-08-28 00:32:51

publish it under the following license: import matplotlib as mpl from cycler import cycler import matplotlib.pyplot as plt import pandas as pd df = pd.read_csv("data...

Click to read more »
File:WLF 2017 in Spain - Contributions by campaign.png
Kamis, 2020-10-22 01:38:05

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2015 in Spain - Finalists.png
Sabtu, 2025-08-09 05:53:38

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Probit plot.svg
Rabu, 2025-12-10 23:07:42

errors.  This W3C-invalid vector image was created with Python. from matplotlib.pylab import * from scipy.special import erfinv def probit(p): return...

Click to read more »
File:WLE 2016 in Spain - Unique photographs used in WMF projects.png
Jumat, 2025-11-07 12:08:07

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Gaussian mechanism.png
Sabtu, 2026-01-31 07:04:08

the author to public domain. import numpy as np import matplotlib.pyplot as plt import matplotlib.colors as colors import scipy.stats as stats plt.rc('text'...

Click to read more »
File:WLE 2016 in Spain - Finalist sites of community importance.png
Kamis, 2020-10-22 00:42:48

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2016 in Spain - Top authors (2).png
Kamis, 2020-10-22 00:43:04

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2018 in Spain - Contestant age.png
Kamis, 2020-10-22 00:48:56

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:MOEX Index.svg
Rabu, 2026-01-07 20:49:58

Commons Attribution-Share Alike 4.0 truetrue  This plot was created with Matplotlib by Jona. English MOEX from January 1998 to November 2025 (daily closings)...

Click to read more »
File:SARS-CoV-2 host prediction based on virus-host genetic features.pdf
Kamis, 2026-02-12 00:56:04

Biopython 1.19.544 package. Figures 1B,C, 2 and 3 graphics were made with Matplotlib 3.2.245 library. Received: 30 September 2021; Accepted: 28 February 2022...

Click to read more »
File:Zooming in a point of Koch curve that is not a vertex.gif
Minggu, 2026-02-22 01:04:46

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2015 in Spain - Finalist autonomous communities.png
Kamis, 2020-10-22 00:38:53

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Lamb–Oseen vortex animation.gif
Selasa, 2025-12-02 15:46:01

Requires matplotlib ImageMagick. Possibly does not run in Windows. #!/usr/bin/env python3 import numpy as np from scipy.special import expi from matplotlib import...

Click to read more »
File:Carte des nuits tropicales supérieur à 30°C entre 1980 et entre 2024.gif
Rabu, 2026-01-07 21:42:49

tropicales ≥ 30 °C, agrégé de 1980 à 2024. Traitement via Python (xarray + matplotlib / cartopy). I, the copyright holder of this work, hereby publish it under...

Click to read more »
File:WLF 2016 in Spain - Festivals per autonomous community.png
Jumat, 2026-01-09 02:11:20

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Isothermal GIF.gif
Selasa, 2026-03-03 15:57:22

Code to generate the last frame. from matplotlib.pyplot import * from numpy import linspace, arange from matplotlib.patches import Polygon x1 = linspace(0...

Click to read more »
File:WLE 2016 in Spain - Top sites of community importance.png
Kamis, 2020-10-22 00:43:13

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2018 in Spain - Top authors.png
Kamis, 2020-10-22 00:49:21

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE2015 - Uploads.png
Kamis, 2020-10-22 01:18:25

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2016 in Spain - Uploads by day.png
Kamis, 2020-10-22 00:43:20

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2015 in Spain - Top authors (2).png
Kamis, 2020-10-22 00:39:11

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2017 in Spain - Top authors (Regular campaign).png
Senin, 2025-10-13 01:11:45

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Numeri Coprimi.svg
Minggu, 2025-12-21 22:54:09

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:WLF 2017 in Spain - Uploads by day (Falles campaign).png
Rabu, 2025-10-15 23:42:46

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2017 - Sites per autonomous community.png
Sabtu, 2026-03-28 04:52:12

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2017 in Spain - Top authors (complete).png
Jumat, 2025-02-14 15:51:15

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:The effective job offer rate in Japan.svg
Jumat, 2023-11-17 14:56:02

the following license: import matplotlib.pyplot as plt from cycler import cycler import pandas as pd import matplotlib.ticker as ticker df = pd.read_csv("data...

Click to read more »
File:BEL 20.svg
Rabu, 2026-05-06 17:54:47

Commons Attribution-Share Alike 4.0 truetrue  This plot was created with Matplotlib by Jona. English Wikimedia username: Jona URL: https://commons.wikimedia...

Click to read more »
File:WLE 2016 in Spain - Contestant age.png
Rabu, 2020-10-21 06:21:58

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2015 in Spain - Contestant age.png
Senin, 2020-10-19 20:10:56

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2017 in Spain - Finalist campaigns.png
Kamis, 2020-10-22 01:38:14

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2017 in Spain - Finalist autonomous communities.png
Jumat, 2024-10-11 18:07:49

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2017 in Spain - Finalist autonomous communities.png
Minggu, 2025-11-02 04:25:37

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2015 in Spain - Top sites of community importance.png
Jumat, 2026-03-20 03:25:18

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2017 in Spain - Top authors (2).png
Selasa, 2025-11-25 10:45:20

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2016 in Spain - Top authors (2).png
Jumat, 2026-01-09 02:11:22

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Employed person in Japan by type.svg
Jumat, 2023-11-17 14:17:35

import matplotlib as mpl from cycler import cycler import matplotlib.pyplot as plt import pandas as pd df = pd.read_csv("data.tsv", index_col=0 , sep...

Click to read more »
File:WLE2017 - Top authors (2).png
Selasa, 2020-08-11 08:37:29

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2017 in Spain - Photographs by autonomous community.png
Kamis, 2020-10-22 00:45:19

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2015 in Spain - Finalist sites of community importance.png
Kamis, 2020-10-22 00:38:56

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Low temperature thermocouples reference functions.svg
Jumat, 2025-12-19 03:01:12

This media was created with Matplotlib (comprehensive library for creating static, animated, and interactive visualizations in Python) Here is a listing...

Click to read more »
File:WLE 2015 in Spain - Sites of community importance by autonomous community.png
Kamis, 2024-11-07 02:53:53

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2015 in Spain - Top authors.png
Jumat, 2025-11-07 01:04:49

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2018 in Spain - Photographs by autonomous community.png
Kamis, 2026-02-05 10:03:35

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2018 in Spain - Photographs used in WMF projects.png
Sabtu, 2024-07-27 23:33:09

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:BernoulliNumbersByZeta.svg
Minggu, 2025-09-14 10:58:58

 The SVG code is valid.  This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This...

Click to read more »
File:WLE 2018 in Spain - Top sites of community importance.png
Sabtu, 2024-08-10 03:17:07

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Comoving distance and lookback time (Planck 2018).png
Selasa, 2024-06-04 21:31:03

generated with the following python code, using astropy, numpy, and matplotlib: import matplotlib.pyplot as plt import numpy as np import astropy.units as u from...

Click to read more »
File:WLE in Spain - Sites of community importance by year.png
Sabtu, 2024-09-21 14:17:26

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Harmonic-oscillator-eigenstates.svg
Selasa, 2025-12-23 02:28:06

 This plot was created with Matplotlib by v. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed...

Click to read more »
File:Healthy Life Years and LEB.svg
Senin, 2025-11-17 19:24:22

work, hereby publish it under the following license: import matplotlib as mpl import matplotlib.pyplot as plt import pandas as pd import numpy as np df =...

Click to read more »
File:WLF 2016 in Spain - Finalists.png
Jumat, 2026-01-09 02:11:22

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2016 in Spain - Top festivals.png
Jumat, 2026-01-09 02:11:23

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2017 in Spain - Top authors (2).png
Kamis, 2020-10-22 01:38:32

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2017 in Spain - Finalists.png
Rabu, 2020-08-12 00:09:33

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Disk population stellar histograms by abundances of elements 1.png
Jumat, 2026-05-01 13:01:36

fits Python 3 from astropy.io import fits import pandas as pd import matplotlib.pyplot as plt import seaborn as sns Avaa FITS-tiedosto fits_file = "./data1/galah4...

Click to read more »
File:English Wikipedia article for creation (AfC) decline reasons chart.svg
Selasa, 2026-04-21 22:41:03

 The SVG code is valid.  This plot was created with Matplotlib. Source code InfoField import matplotlib.pyplot as plt # Data labels = [ "Lacks notability"...

Click to read more »
File:WLF 2017 in Spain - Festivals per autonomous community.png
Minggu, 2024-07-28 06:39:08

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Northern-Ireland-question-UK-BSA.svg
Minggu, 2023-11-19 09:19:07

55,18.87 Data from the British Social Attitudes Survey. [1] Made using matplotlib with this python program: #!/usr/bin/env python from pylab import * rc('font'...

Click to read more »
File:WLF 2016 in Spain - Unique photographs used in WMF projects.png
Jumat, 2026-01-09 02:11:23

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:RosslerC85.svg
Sabtu, 2024-11-30 05:49:45

simulation of the Rossler system (c=8.5, period 4). import matplotlib.pyplot as pl from matplotlib.lines import Line2D import numpy as np t0 = 0.0 dt = 0...

Click to read more »
File:WLE 2016 in Spain - Photographs used in WMF projects.png
Kamis, 2020-10-22 00:42:57

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2018 in Spain - Sites of community importance by autonomous community.png
Kamis, 2020-10-22 00:49:11

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2016 in Spain - Finalists.png
Kamis, 2020-10-22 00:42:51

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:TNOs-wide-view.svg
Minggu, 2026-03-22 10:38:45

Deutsch ∙ English ∙ +/− import matplotlib.ticker import pandas as pd import matplotlib.pyplot as plt import matplotlib import numpy as np from adjustText...

Click to read more »
File:WLF 2016 in Spain - Finalist campaigns.png
Senin, 2026-01-26 02:07:14

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:BEL20 index.png
Rabu, 2026-05-06 17:54:47

Commons Attribution-Share Alike 4.0 truetrue  This plot was created with Matplotlib by Jona. English author name string: Jona URL: https://commons.wikimedia...

Click to read more »
File:Matplotlib.png
Rabu, 2024-11-13 21:56:21

DescriptionMatplotlib.png Matplotlib generated graphic Date 20 December 2006 Source Own work Author Matplotlib Permission (Reusing this file) Permission...

Click to read more »
File:WLF 2016 in Spain - Top authors.png
Senin, 2026-03-09 17:58:27

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2017 - Images per autonomous community.png
Kamis, 2020-10-22 00:43:31

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2018 in Spain - Finalists.png
Rabu, 2020-09-23 18:02:39

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2015 in Spain - Photographs used in WMF projects.png
Kamis, 2020-09-24 02:22:37

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE2016 - Top authors (2).png
Kamis, 2020-10-22 01:18:53

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2018 in Spain - Finalist sites of community importance.png
Kamis, 2020-10-22 00:49:00

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:TNOs-wideview-inclination.svg
Minggu, 2026-03-22 10:41:35

Deutsch ∙ English ∙ +/− import matplotlib.ticker import pandas as pd import matplotlib.pyplot as plt import matplotlib import numpy as np from adjustText...

Click to read more »
File:Health spending percent of GDP in G20 countries.svg
Jumat, 2023-11-17 14:24:22

import numpy as np import matplotlib.pyplot as plt from cycler import cycler import pandas as pd import matplotlib.ticker as ticker df = pd.read_csv("data...

Click to read more »
File:Disposable income Gini in G7 countries.svg
Jumat, 2026-05-01 15:45:52

the following license: import matplotlib.pyplot as plt from cycler import cycler import pandas as pd import matplotlib.ticker as ticker df = pd.read_csv("data...

Click to read more »
File:BetaDistrMedian.svg
Kamis, 2026-02-19 22:37:20

etc.). from mpl_toolkits.mplot3d import axes3d import matplotlib.pyplot as pl from matplotlib import cm import numpy as np from scipy.special import...

Click to read more »
File:WLF 2017 in Spain - Photographs used in WMF projects.png
Senin, 2026-02-09 01:51:20

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2017 in Spain - Photographs per autonomous community.png
Kamis, 2025-04-03 03:29:12

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2015 in Spain - Top authors by site of community importance.png
Senin, 2025-08-04 04:07:41

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2015 - Images per autonomous community.png
Minggu, 2024-08-11 20:26:25

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2017 in Spain - Top sites of community importance.png
Jumat, 2026-02-27 07:45:54

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Curves, described by a simple moving vehicle.ogv
Senin, 2024-04-29 06:37:47

You may select the license of your choice.  This plot was created with Matplotlib. English Wikimedia username: Elgrozni author name string: Elgrozni URL:...

Click to read more »
File:Screen-python-code-matplotlib-physics-simulation.jpg
Jumat, 2023-07-14 23:09:21

DescriptionScreen-python-code-matplotlib-physics-simulation.jpg English: Screenshot showing a Text-Editor Window with Python Code and matplotlib output window Date...

Click to read more »
File:Wikipedia bincounts.svg
Jumat, 2026-05-08 21:24:17

Generated with python: import numpy as np import pandas as pd import matplotlib.pyplot as plt np.random.seed(13) data = np.random.poisson(50, size = 1000)...

Click to read more »
File:WLF 2017 in Spain - Top authors.png
Kamis, 2025-03-06 10:36:06

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2016 in Spain - Finalist festivals.png
Jumat, 2026-01-09 02:11:21

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Multiplanetary systems compactness mass relation 1.png
Minggu, 2026-04-19 22:48:56

pd import requests from io import StringIO import numpy as np import matplotlib.pyplot as plt MSUN_TO_MEARTH = 332946 ========================= 1. HAE...

Click to read more »
File:The Colors of Noise.svg
Minggu, 2026-01-04 13:16:05

import colorednoise as cn import matplotlib.pyplot as plt from matplotlib import mlab betas = [-2, -1, 0, 1, 2] colors = ['violet', 'blue', 'gray', 'pink'...

Click to read more »
File:Qmballprob050.svg
Senin, 2022-11-28 05:41:48

 This W3C-unspecified plot was created with Matplotlib by Geek3. I, the copyright holder of this work, hereby publish it under the following license: This...

Click to read more »
File:Gaas inas quantum dot.jpg
Selasa, 2022-09-20 18:49:13

scipy.ndimage import rotate import matplotlib.pyplot as plt import matplotlib.patheffects as patheffects import matplotlib.font_manager as fm from mpl_toolkits...

Click to read more »
File:Sensory Systems.pdf
Minggu, 2020-10-25 09:26:03

a “leaky integrator” # -*- coding: utf-8 -*import numpy as np import matplotlib.pylab as plt def oneUnitWithPosFB(): ‚‚‚Simulates a single model neuron...

Click to read more »
File:Laplace mechanism.png
Jumat, 2023-05-12 19:09:32

author into public domain. import numpy as np import matplotlib.pyplot as plt import matplotlib.colors as colors import scipy.stats as stats plt.rc('text'...

Click to read more »
File:WLF 2016 in Spain - Contestant age.png
Jumat, 2026-01-09 02:11:20

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2018 in Spain - Uploads by day.png
Jumat, 2026-04-17 03:06:23

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2016 in Spain - Top authors.png
Senin, 2026-05-18 02:17:42

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE2017 - Uploads.png
Senin, 2026-03-09 09:59:39

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2016 in Spain - Finalist autonomous communities.png
Minggu, 2025-05-11 21:20:45

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:BetaDistrMeanMedianDiff.svg
Kamis, 2026-02-19 22:37:34

etc.). from mpl_toolkits.mplot3d import axes3d import matplotlib.pyplot as pl from matplotlib import cm import numpy as np from scipy.special import...

Click to read more »
File:Verwendungen in deutschen Wikipedia-Artikeln von Charts nach Jahr ihres neuesten Datenpunkts.svg
Minggu, 2026-04-26 05:36:08

 The SVG code is valid.  This plot was created with Matplotlib. Source code InfoField import matplotlib.pyplot as plt years = [ 1989,1990,1992,1994,1996...

Click to read more »
File:Equipotential of dipole.svg
Minggu, 2025-11-30 00:54:01

import numpy as np from matplotlib import pyplot as plt from matplotlib import colors cmap = colors.ListedColormap( [np.clip((2 * x, 2 * (1 - x), 4 *...

Click to read more »
File:ACPower-nolabels.svg
Selasa, 2025-02-18 23:49:34

 The SVG code is valid.  This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This...

Click to read more »
File:Count of Wikimedia Commons categories with open Category for Discussion (CfD) cases over time.png
Kamis, 2026-04-16 22:45:55

InfoField  This plot was created with Matplotlib. Source code InfoField import matplotlib.pyplot as plt import matplotlib.dates as mdates from datetime import...

Click to read more »
File:Stokes streamlines sphere.png
Minggu, 2024-09-22 06:17:45

Own work. Plot by Matplotlib, Python 3.7. I, the copyright holder of this work, hereby publish it under the following licenses: This file is licensed under...

Click to read more »
File:Interpolation lineaire numpy interp trois extrapolations.svg
Rabu, 2025-02-19 00:26:09

 This plot was created with Matplotlib. import numpy as np import matplotlib.pyplot as plt # ********************** # * numpy.interp() * # * sans option...

Click to read more »
File:WLE 2018 in Spain - Top authors by site of community importance.png
Rabu, 2025-11-12 13:45:19

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2017 in Spain - Top authors (Summer campaign).png
Rabu, 2024-10-23 00:53:00

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Bound-states.svg
Jumat, 2023-12-15 12:13:21

 This plot was created with Matplotlib by n. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed...

Click to read more »
File:Residuals for Linear Regression Fit.png
Sabtu, 2024-10-26 21:58:51

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Plotting with Matplotlib.webm
Selasa, 2026-02-10 20:08:11

DescriptionPlotting with Matplotlib.webm Plotting with Matplotlib Date 9 April 2020 Source YouTube: Plotting with Matplotlib – View/save archived versions...

Click to read more »
File:Parametric Helix.svg
Rabu, 2025-12-10 19:39:53

Created using python from matplotlib.pyplot import * from numpy import linspace, cos, sin from mpl_toolkits.mplot3d import Axes3D t = linspace(0,50,200)...

Click to read more »
File:Public and private health expenditure by country.svg
Jumat, 2025-12-12 23:37:43

import matplotlib as mpl import numpy as np from cycler import cycler import matplotlib.pyplot as plt import pandas as pd df = pd.read_csv("data.tsv",...

Click to read more »
File:E-IMFP universal-de.svg
Rabu, 2025-02-19 00:13:25

 This plot was created with Matplotlib by v. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed...

Click to read more »
File:Random Walk example.svg
Minggu, 2025-12-14 05:19:13

Made with the following Python script (needs Matplotlib): from pylab import * from random import choice numwalk = 8 length = 100 data = zeros((numwalk...

Click to read more »
File:WLE 2017 in Spain - Uploads by day.png
Senin, 2024-08-19 18:07:09

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLE 2018 in Spain - Finalist autonomous communities.png
Minggu, 2026-05-24 23:07:07

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:WLF 2016 in Spain - Finalist autonomous communities.png
Jumat, 2026-01-09 02:11:20

 This plot was created with Matplotlib. I, the copyright holder of this work, hereby publish it under the following license: This file is licensed under...

Click to read more »
File:Adiabatic GIF.gif
Senin, 2023-07-10 23:34:04

Code to generate the last frame. from matplotlib.pyplot import * from numpy import linspace, arange from matplotlib.patches import Polygon x1 = linspace(0...

Click to read more »