Search Results: File:MatPlotLib SimplePlot.png

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


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:Arctanh plot.png
Rabu, 2023-09-13 01:35:04

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

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: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: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: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: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: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: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: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:Mandelbrot set, plotted with Matplotlib.svg
Rabu, 2025-02-19 10:32:52

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

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:NumPy Matplotlib sin x plotted with red dots.svg
Rabu, 2026-05-27 05:49:07

np import matplotlib.pyplot as plt # y = sin(x) x = np.linspace(0, 2*np.pi, 100) y = np.sin(x) plt.plot(x, y,"ro") plt.savefig('matplotlib_sin_x_red_dots...

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: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: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:Surface3D sinFoisSin python matplotlib.svg
Jumat, 2026-02-20 20:15:20

contour(X, Y, Z, zdir="z", offset=-1) ax.plot_surface(X, Y, Z, alpha=0.8) plt.savefig("surface3D_sinFoisSin_python_matplotlib.svg", format="svg") Cdang, the copyright...

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

+ Y*Y) Z = np.sin(R) surf = ax.plot_surface(X, Y, Z, rstride=1, cstride=1, cmap=cm.coolwarm) plt.savefig("matplotlib_3d.svg") I, the copyright holder...

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:Matplotlib basic v.svg
Jumat, 2026-03-06 08:12:59

2015-08-08 import matplotlib.pyplot as plt import numpy as np x = np.linspace(0, 10, 100) y = np.exp(-x) plt.plot(x, y) plt.savefig("matplotlib_basic.svg")...

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

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

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: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: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: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:Champ vecteurs python matplotlib.svg
Sabtu, 2025-11-22 01:06:21

4.0 truetrue English Vector filed plotted by Python/Matplotlib. French Champ de vecteur tracé par Python/Matplotlib. author name string: Cdang Wikimedia...

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: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: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:MDKQ anim ohne Ausreiser.gif
Jumat, 2026-02-06 18:06:57

oder in der Konsole durch Eingabe von python mdkq.py  This plot was created with Matplotlib. #This source code is public domain #Created by Christian Schirm...

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:Courbe polaire rayon aleatoire python matplotlib.svg
Selasa, 2025-12-09 16:32:31

truetrue English Example of polar plot with Python/Matplotlib French Exemple de courbe polaire avec Python/Matplotlib author name string: Cdang Wikimedia...

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 anim1.svg
Jumat, 2026-02-27 15:32:15

python mdkq.py  This plot was created with Matplotlib by v. #This source code is public domain import numpy, pylab from matplotlib.font_manager import...

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: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: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: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: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: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:Wellenpakete Summe.svg
Selasa, 2024-09-10 21:17:26

Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext in eine Datei plot.py kopieren und starten durch Doppelklicken...

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

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

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

python mdkq.py  This plot was created with Matplotlib by v. #This source code is public domain import numpy, pylab from matplotlib.font_manager import...

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: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:Mpl example line plot.svg
Sabtu, 2025-12-20 01:29:56

matplotlib.pyplot as plt import numpy as np fig, ax = plt.subplots() x = np.linspace(0, 10, 100) y = np.exp(-x) ax.plot(x, y) fig.savefig("matplotlib_basic...

Click to read more »
File:Quadratic basis.svg
Rabu, 2025-02-19 00:25:09

import matplotlib.pyplot as plt """ Plots the function f(x) = x**n over a given interval. Arguments: x : Numpy array n : Integer value """ def plot_basis(x...

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: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:MDKQ6 anim.gif
Senin, 2025-12-01 04:12:38

oder in der Konsole durch Eingabe von python mdkq.py  This plot was created with Matplotlib by v. #This source code is public domain #Created by Christian...

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: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:Regressions sine demo.svg
Jumat, 2023-06-23 02:21:23

BSD 3 clause import time import numpy as np import matplotlib matplotlib.use('svg') import matplotlib.pyplot as plt from sklearn.svm import SVR from sklearn...

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: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 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: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: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:MDKQ anim ohne Ausreiserx.svg
Jumat, 2026-03-20 02:43:05

oder in der Konsole durch Eingabe von python mdkq.py  This plot was created with Matplotlib by v. #This source code is public domain #Created by Christian...

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:Matplotlib histogram.png
Selasa, 2026-03-17 04:52:35

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

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

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

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: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: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: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:Interior extremum graph.svg
Kamis, 2026-01-29 05:51:47

import matplotlib.pyplot as plt import numpy as np import math plt.rcParams['figure.figsize'] = (3,3) LEFT = -math.pi RIGHT = math.pi def f(x): return...

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

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

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:Gaussianbeam fieldamplitude grey.png
Sabtu, 2025-11-29 05:08:10

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

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

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

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 March 2017.png
Jumat, 2025-06-20 06:29:21

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

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:Gaussianbeam fieldamplitude wb.png
Sabtu, 2025-11-29 05:08:27

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

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:Mplwp sec csc piaxis.svg
Sabtu, 2025-12-20 01:45:59

with mplwp (matplotlib extension for Wikipedia plots) Here is a listing of the source used to create this file. Deutsch ∙ English ∙ +/− The plot was generated...

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

von python mdkq.py  This plot was created with Matplotlib. #This source code is public domain import numpy, pylab from matplotlib.font_manager import FontProperties...

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

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

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

von python mdkq.py  This plot was created with Matplotlib. #This source code is public domain import numpy, pylab from matplotlib.font_manager import FontProperties...

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

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

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

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

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

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

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

 The SVG 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: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:Proportionality.svg
Kamis, 2024-08-22 01:59:53

 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:Beta vs E two state.svg
Selasa, 2025-02-18 23:49:40

 The SVG code is valid.  This plot was created with Matplotlib, Python, NumPy, and LaTeX  This SVG plot uses the path text method. I, the copyright holder...

Click to read more »
File:Svr epsilons demo.svg
Senin, 2025-12-29 02:33:44

BSD 3 clause import time import numpy as np import matplotlib matplotlib.use('svg') import matplotlib.pyplot as plt from sklearn.svm import SVR from sklearn...

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

with mplwp (matplotlib extension for Wikipedia plots) Here is a listing of the source used to create this file. Deutsch ∙ English ∙ +/− The plot was generated...

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:Gamma function.svg
Minggu, 2024-08-18 05:16:19

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" blue...

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:VelocityParameters.svg
Minggu, 2026-01-04 09:10:55

 The SVG code is valid.  This plot was created with Matplotlib, Python, and NumPy  This SVG plot uses the path text method. I, the copyright holder of...

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:Eeg SMR.svg
Senin, 2025-12-29 07:37:33

matplolib. 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...

Click to read more »
File:Temperature vs E two state.svg
Selasa, 2026-06-02 02:01:33

 The SVG code is valid.  This plot was created with Matplotlib, Python, NumPy, and LaTeX  This SVG plot uses the path text method. I, the copyright holder...

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: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:Entropy vs E two state.svg
Rabu, 2025-02-19 00:13:41

 The SVG code is valid.  This plot was created with Matplotlib, Python, NumPy, and LaTeX  This SVG plot uses the path text method. I, the copyright holder...

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

English ∙ +/− The plot was generated with mplwp 1.6 #!/usr/bin/python # -*- coding: utf8 -*- import matplotlib.pyplot as plt import matplotlib as mpl import...

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: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: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:US Trade Balance 1960 2009.svg
Selasa, 2025-12-16 00:25:41

Made with Matplotlib: #!/usr/bin/env python from pylab import * rc('xtick.major', pad=8) #from https://www.census.gov/foreign-trade/statistics/historical/gands...

Click to read more »
File:Interpolation constante interpolate interp1d nearest et zero.svg
Kamis, 2025-12-04 14:24:04

import numpy as np from scipy import interpolate import matplotlib.pyplot as plt # ********************************* # * scipy.interpolate.interp1d() *...

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:Lenoir-vs-otto.svg
Rabu, 2025-02-19 00:31:09

 The SVG code is valid.  This plot was created with Matplotlib, Python, NumPy, and LaTeX  This SVG plot uses the path text method. I, the copyright holder...

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:5th-root-of-unity.jpg
Kamis, 2023-06-01 16:08:56

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

Click to read more »
File:Echantillonnage-preferentiel.svg
Kamis, 2026-01-22 18:39:35

English object of statement has role: plotting library object of statement has role: free and open-source software object of statement has role: Python...

Click to read more »
File:FD e mu.svg
Sabtu, 2026-03-28 15:13:18

of the source used to create this file. Deutsch ∙ English ∙ +/− from matplotlib.pyplot import * from numpy import * from mpl_toolkits.axisartist import...

Click to read more »
File:Binary logarithm plot with ticks.svg
Rabu, 2025-02-19 00:34:56

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

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

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

Click to read more »
File:FFT of Cosine Summation Function.svg
Senin, 2026-04-27 03:14:06

 The SVG code is valid.  This plot was created with Matplotlib, Python, NumPy, and LaTeX  This SVG plot uses the path text method. I, the copyright holder...

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: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:Japan Electricity Production 1980-2014.svg
Jumat, 2023-10-27 11:30:02

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:Sawtooth harmonics.png
Kamis, 2025-09-04 13:18:07

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

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

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

Click to read more »
File:Comparaison interpolation scipy interpolate polynomes.svg
Minggu, 2026-02-22 01:45:56

import numpy as np from scipy import interpolate import matplotlib.pyplot as plt xp = np.linspace(0, 2*np.pi, 5) yp = np.sin(xp) finterpa = interpolate...

Click to read more »
File:Lenoir-cycle-PV.svg
Kamis, 2026-01-29 19:17:52

 The SVG code is valid.  This plot was created with Matplotlib, Python, NumPy, LaTeX, and Inkscape  This SVG plot uses the path text method. I, the copyright...

Click to read more »
File:Lenoir-cycle-TS.svg
Senin, 2026-03-09 22:30:50

 The SVG code is valid.  This plot was created with Matplotlib, Python, NumPy, LaTeX, and Inkscape  This SVG plot uses the path text method. I, the copyright...

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:Solar system planets a(AU) vs period(terrestrial years).svg
Jumat, 2026-04-10 23:08:24

English Log-log plot of the semi-major axis (in Astronomical Units) versus the orbital period (in terrestrial years) for the eight planets of the Solar...

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

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

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:Comparaison filtres median savitzky golay butterworth fft scipy.svg
Minggu, 2025-03-09 01:41:39

 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: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:Comparaison filtres median savitzky golay scipy.svg
Senin, 2024-04-08 15:16:06

 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:Mplwp tan cot piaxis.svg
Sabtu, 2025-12-20 01:47:35

with mplwp (matplotlib extension for Wikipedia plots) Here is a listing of the source used to create this file. Deutsch ∙ English ∙ +/− The plot was generated...

Click to read more »
File:ColdnessScale.svg
Selasa, 2025-02-18 23:50:14

 This plot was created with Matplotlib by v.  This vector image was created with Inkscape by v . The radial lines denote key temperatures, clockwise from...

Click to read more »
File:Comparison of prime-counting approximations.svg
Sabtu, 2026-01-10 01:46:25

# Author: Vickvvy, 2025-05-19 import matplotlib.pyplot as plt from sympy import primepi from scipy.integrate import quad import numpy as np def xlogx(x):...

Click to read more »
File:Damped oscillation function plot.svg
Rabu, 2025-02-19 01:54:09

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Bowyer-Watson 0.png
Sabtu, 2023-12-16 10:43:38

ifilterfalse as filter_if_not import matplotlib.pyplot as plot from matplotlib.path import Path import matplotlib.patches as patches def LOG( *args ):...

Click to read more »
File:Herm5.svg
Rabu, 2025-02-19 00:14:20

This upload was requested [1]. English object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Subtraction chart.svg
Rabu, 2025-02-19 00:35:15

http://commons.wikimedia.org/wiki/User:Krishnavedala object of statement has role: plotting library object of statement has role: free and open-source software object...

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: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:Complex sin abs 01 Pengo.svg
Rabu, 2025-02-19 00:49:32

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Multiplication chart.svg
Rabu, 2025-02-19 00:14:34

http://commons.wikimedia.org/wiki/User:Krishnavedala object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Roots chart.svg
Rabu, 2025-02-19 00:14:36

Krishnavedala author name string: Krishnavedala object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Disability Adjusted Life Year Weight Plot.v2.svg
Jumat, 2024-09-20 19:33:33

justed_Life_Year_Weight_Plot.svg English Proposed new (replacement) version of File:Disability_Adjusted_Life_Year_Weight_Plot.svg determination method...

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:Logarithm chart.svg
Selasa, 2026-04-07 19:05:24

http://commons.wikimedia.org/wiki/User:Krishnavedala object of statement has role: plotting library object of statement has role: free and open-source software object...

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: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:Mean of sample vs size of sample.svg
Selasa, 2026-04-07 02:31:42

Deutsch ∙ English ∙ +/− The Python code for this plot from random import random, seed from matplotlib import pyplot as plt # Run random trials random uniformly...

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:Division chart.svg
Sabtu, 2026-05-02 18:37:30

Krishnavedala Wikimedia username: Krishnavedala object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Newton-Raphson method.gif
Kamis, 2025-05-08 06:56:52

import numpy as np import matplotlib.pyplot as plt import imageio plt.rcParams['text.usetex'] = True plt.rcParams['xtick.direction'] = 'in' plt.rcParams['ytick...

Click to read more »
File:Bode Plot (Frequency Response) of an Ideal Differentiator.svg
Sabtu, 2023-10-14 15:49:56

Attribution-Share Alike 4.0 truetrue Python source : import numpy as np import matplotlib.pyplot as plt # Generating angular frequency values omega = np.logspace(-1...

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:LogGamma Analytic Function.png
Senin, 2022-04-18 22:33:37

shading surface plots. from matplotlib.colors import LightSource # Legible plot style defaults # http://matplotlib.org/api/matplotlib_configuration_api...

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-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-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:Discrete Gaussian kernel.svg
Jumat, 2026-05-01 09:27:52

'__main__': import matplotlib.pyplot as plt plt.figure(figsize=(5, 6)) for t in (0.5, 1, 2, 4): N = 6 n = np.arange(-N, N+1) p = plt.plot(n, discrete_gaussian_kernel(n...

Click to read more »
File:Fractional part and its antiderivatives.svg
Rabu, 2025-02-19 02:03:09

it under the following license: English object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Douady rabbit, plotted with Matplotlb.svg
Rabu, 2025-02-19 01:46:09

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

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:Probit plot.svg
Rabu, 2025-12-10 23:07:42

matplotlib.pylab import * from scipy.special import erfinv def probit(p): return sqrt(2) * erfinv(2 * p - 1) x_i = arange(0.0001, 0.9999, 0.001) plot(x_i...

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: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: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:Complex arcsin abs 01 Pengo.svg
Kamis, 2026-02-19 22:37:22

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

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: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: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: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: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:Nyquist example.svg
Rabu, 2025-02-19 00:35:44

http://commons.wikimedia.org/wiki/User:Krishnavedala object of statement has role: plotting library object of statement has role: free and open-source software object...

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:Example of a locally constant function with sgn(x).svg
Rabu, 2025-02-19 01:24:09

it under the following license: English object of statement has role: plotting library object of statement has role: free and open-source software object...

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: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:Complex sine.svg
Rabu, 2025-02-19 00:49:31

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

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: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:2 cfs coincide over a finite interval.svg
Rabu, 2025-02-19 00:42:31

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

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: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-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: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:Tape-capacities-1998-2025.svg
Kamis, 2026-02-12 08:46:50

about 25% per year between 2000 and 2025. ‎ #!/usr/bin/env python3 import matplotlib.pyplot as plt # Capacity (TB) vs. Year available SDLT_x = [ 1998, 2002...

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:HeatEquationExplicitApproximate.svg
Jumat, 2026-02-20 20:11:45

from mpl_toolkits.mplot3d import axes3d import matplotlib.pyplot as pl import numpy as np import matplotlib.patches as mpatches t0 = 0.0 t_final = 1.0 n_grid...

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:First elements of sequence -n*(-1)^n.svg
Rabu, 2026-03-11 00:29:33

it under the following license: English object of statement has role: plotting library object of statement has role: free and open-source software object...

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: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-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-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: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-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:Centripetal force vs external force vectors.svg
Rabu, 2025-02-19 00:49:47

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

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

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

Click to read more »
File:Addition chart.svg
Selasa, 2025-02-18 23:49:27

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

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:ACPower-no.svg
Selasa, 2025-02-18 23:49:33

 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: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: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: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:Anscombe's quartet with Matplotlib.svg
Rabu, 2025-02-19 00:49:43

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Barnes-Hut tree construction.png
Rabu, 2023-11-01 01:31:50

Python source code. import numpy as np import matplotlib.pyplot as plt import matplotlib.cm as cm def cube_plot(ax, pos, level, idx): d = 1./2**level idx...

Click to read more »
File:Redshift vs cosmological distance (jpn).svg
Selasa, 2022-11-08 03:55:29

truetrue import numpy as np import scipy.integrate as integrate import matplotlib.pyplot as plt plt.rcParams['font.family'] = "serif" plt.rcParams['font...

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:E-IMFP universal-en.svg
Kamis, 2026-05-21 09:02:03

 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:1 over x squared integral.svg
Senin, 2025-08-04 01:01:36

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

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: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: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: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:Herm50.svg
Rabu, 2025-02-19 00:14:21

08849*566*86*8**3-5 is equal to the delta of cos/sin object of statement has role: plotting library object of statement has role: free and open-source software object...

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:Ensemble classical 1DOF canonical.png
Kamis, 2025-11-27 16:56:57

Python source code. Requires matplotlib. from pylab import * figformat = '.png' saveopts = {'dpi':300} #, 'transparent':True, 'frameon':True, 'bbox_inches':'tight'}...

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:Dependence of delta with epsilon in case of the continuous square function.svg
Selasa, 2026-04-21 23:51:11

it under the following license: English object of statement has role: plotting library object of statement has role: free and open-source software object...

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: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:Energy density.svg
Kamis, 2026-06-04 23:27:34

overwrites comply with the guideline. English object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Complex sin imag 01 Pengo.svg
Selasa, 2025-02-18 23:49:25

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Pageviews of the CRISPR gene editing article (with 7-day moving average and clipped spikes).svg
Jumat, 2026-04-24 00:20:54

 The SVG code is valid.  This plot was created with Matplotlib. Source code InfoField import pandas as pd import matplotlib.pyplot as plt import sys from...

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

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Examples for calculating the square root of 2 with Heron's method.svg
Rabu, 2025-02-19 01:25:09

it under the following license: English object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:US Trade Balance 1980 2009.svg
Selasa, 2025-12-16 00:21:49

Made with Matplotlib: #!/usr/bin/env python from pylab import * rc('xtick.major', pad=8) #from https://www.census.gov/foreign-trade/statistics/historical/gands...

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:Complex sin real 01 Pengo.svg
Selasa, 2025-02-18 23:49:24

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

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:Generalized normal cdfs.svg
Rabu, 2025-02-19 01:59:09

select the license of your choice. English object of statement has role: plotting library object of statement has role: free and open-source software object...

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:Generalized normal densities.svg
Sabtu, 2025-11-22 02:41:27

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Logistic cdf.svg
Rabu, 2025-02-19 00:36:04

Wikimedia username: Krishnavedala object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Second order transfer function.svg
Minggu, 2026-01-25 05:36:04

(numerical programming package for the Python programming language) and Matplotlib (comprehensive library for creating static, animated, and interactive...

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: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:Logarithmic Spiral Pylab.svg
Jumat, 2026-04-03 00:03:16

the Gorn Wikimedia username: Morn the Gorn object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:First elements of sequence -n+2*(-1)^n.svg
Rabu, 2025-02-19 01:26:09

it under the following license: English object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Pageviews of the Life extension Wikipedia article (with 7-day moving average and clipped traffic spikes).svg
Jumat, 2026-04-24 00:22:06

 The SVG code is valid.  This plot was created with Matplotlib. Source code InfoField import pandas as pd import matplotlib.pyplot as plt import sys from...

Click to read more »
File:First elements of sequence with two accumulation points.svg
Rabu, 2025-12-10 14:10:00

it under the following license: English object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Swineflu uk hpa model.svg
Minggu, 2025-12-14 05:47:34

This graph was created with the following Python/Matplotlib script: #!/usr/bin/env python from pylab import * fig5=[250, 500, 1000, 2000, 10000, 20000]...

Click to read more »
File:Area under rectangular hyperbola.svg
Sabtu, 2026-01-10 01:46:47

# Author: Vickvvy, 2023-12-14 import matplotlib.pyplot as plt import numpy as np def f(x): return 1/x x = np.linspace(0.01, 8, 1000) y = f(x) fig, ax =...

Click to read more »
File:First members of harmonic sequence.svg
Rabu, 2025-02-19 01:21:09

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Alertecon-2017年九寨沟地震.svg
Senin, 2025-03-24 05:13:00

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Pulse density modulation.svg
Rabu, 2025-02-19 00:35:45

Here is the Python code to produce this graph, using NumPy and Matplotlib. Includes my implementation of the algorithm derived in pulse-density modulation:...

Click to read more »
File:First members of sequence (1-n^(-2))^n.svg
Rabu, 2025-02-19 01:23:09

it under the following license: English object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Beta distribution cdf.svg
Rabu, 2025-11-19 04:17:13

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Amplitude modulation.svg
Senin, 2023-08-07 19:25:21

Made with "ipython -pylab" and the following commands: plot([sin(float(t)/250)*sin(float(t)/10) for t in range (1800)]) axis('off') plus some tuning of...

Click to read more »
File:Exemple superposition de pics large et etroit.svg
Senin, 2025-03-24 04:07:21

 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:Pageviews of the Artificial intelligence Wikipedia article (with 7-day moving average and clipped traffic spikes).svg
Jumat, 2026-04-24 00:23:12

 The SVG code is valid.  This plot was created with Matplotlib. Source code InfoField import pandas as pd import matplotlib.pyplot as plt import sys from...

Click to read more »
File:First members of Fibonacci sequence.svg
Senin, 2025-09-15 01:10:12

it under the following license: English object of statement has role: plotting library object of statement has role: free and open-source software object...

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

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

Click to read more »
File:Example for addition of functions.svg
Selasa, 2026-01-27 01:42:44

it under the following license: English object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Cantor's Pairing Function.svg
Selasa, 2025-02-18 23:49:59

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Burr pdf.svg
Minggu, 2025-11-23 22:32:10

from matplotlib.pyplot import * from numpy import linspace def calc_burr_pdf(x,c,k): y = c*k*x**(c-1)/(1+x**c)**(k+1); return y x = linspace(0,3,10**5)...

Click to read more »
File:Population growth of late epipaleolithic and neolithic near east 1.png
Senin, 2025-11-24 20:38:32

PNG development InfoField  This plot was created with Matplotlib. Source code InfoField # # population of neolithic near east ## python3 source code ##...

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:Discontinuity of function sin(1 over x).svg
Jumat, 2026-05-01 07:36:41

it under the following license: English object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:English Wikipedia AELECT support ratios.png
Jumat, 2026-01-30 11:08:09

publish it under the following license: English Support ratios at [[en:WP:AELECT]] plotted on a horizontal line determination method or standard: SHA-1...

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:Al hydrolysis.svg
Minggu, 2026-05-31 23:35:40

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Instrumental-Temperature-Record.svg
Jumat, 2024-11-15 18:24:21

0 Creative Commons Attribution 3.0 truetrue This plot was generated using python, and the matplotlib library for python. The following code, which will...

Click to read more »
File:Levy0 distributionPDF.svg
Rabu, 2025-02-19 00:36:00

Krishnavedala author name string: Krishnavedala object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Maxwell-Boltzmann distribution cdf.svg
Rabu, 2025-02-19 00:36:08

http://commons.wikimedia.org/wiki/User:Krishnavedala object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Softplus.svg
Rabu, 2024-07-17 14:33:18

holder of this work, hereby publish it under the following license: English Plot of the softplus function and ramp function. author name string: Nbarth Wikimedia...

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: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: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:Ensemble quantum 1DOF canonical.png
Kamis, 2025-11-27 16:57:28

Python source code. Requires matplotlib. from pylab import * figformat = '.png' saveopts = {'dpi':300} #, 'bbox_inches':'tight', 'transparent':True, 'frameon':True}...

Click to read more »
File:Stretched exponential.svg
Minggu, 2025-08-10 05:07:49

holder of this work, hereby publish it under the following license: English Plot of stretched exponentials with varying exponents author name string: LaundryPizza03...

Click to read more »
File:Euler-Cauchy equation solution curves complex roots.svg
Rabu, 2025-02-19 01:38:09

http://commons.wikimedia.org/wiki/User:Nicoguaro object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Instability of Euler's method.svg
Rabu, 2025-02-19 00:35:04

holder of this work, hereby publish it under the following license: import matplotlib.pyplot as plt from numpy import linspace, exp from math import floor la...

Click to read more »
File:Greatest common divisor chart.svg
Rabu, 2025-02-19 00:13:22

http://commons.wikimedia.org/wiki/User:Krishnavedala object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Estimated population of levant 15000 6000 cal bce 1 1.png
Senin, 2025-10-20 23:11:14

PNG development InfoField  This plot was created with Matplotlib. Source code InfoField import numpy as np import matplotlib.pyplot as plt from scipy.interpolate...

Click to read more »
File:CO2 emission pie chart.svg
Rabu, 2025-11-05 15:15:21

org/wiki/user:ArniDagur author name string: Árni Dagur object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Fourier31.gif
Selasa, 2020-10-27 17:26:59

 This plot was created with Matplotlib. The separate pictures was made with this program (fourier.py): #!/usr/bin/env python # coding: utf-8 from __future__...

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: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:Comoving distance and lookback time (Planck 2018).png
Selasa, 2024-06-04 21:31:03

This plot was generated with the following python code, using astropy, numpy, and matplotlib: import matplotlib.pyplot as plt import numpy as np import...

Click to read more »
File:Euler-Cauchy equation solution curves double root.svg
Rabu, 2025-02-19 01:39:09

http://commons.wikimedia.org/wiki/User:Nicoguaro object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Pageviews of the RNA editing article (with 7-day moving average).svg
Kamis, 2026-04-23 22:43:26

 The SVG code is valid.  This plot was created with Matplotlib. Source code InfoField import pandas as pd import matplotlib.pyplot as plt import sys from...

Click to read more »
File:Suomen korona epidemia parantuneita sairaana kuolleita tapauksia kevat 2020 1.svg
Rabu, 2022-03-30 16:40:45

pd import matplotlib.pyplot as plt import locale from datetime import datetime, timedelta import matplotlib.ticker as ticker import matplotlib.dates as...

Click to read more »
File:Pageviews of the CRISPR RNA article (with 7-day moving average).svg
Kamis, 2026-04-23 22:38:45

 The SVG code is valid.  This plot was created with Matplotlib. Source code InfoField import pandas as pd import matplotlib.pyplot as plt import sys from...

Click to read more »
File:Logarithmic-integral function.svg
Jumat, 2024-11-15 09:55:47

from sympy import symbols, li from sympy.plotting import plot x = symbols('x') from matplotlib.pyplot import rcParams rcParams['text.usetex']=True rcParams['axes...

Click to read more »
File:Generalized normal cdfs 2.svg
Selasa, 2025-11-04 14:00:02

select the license of your choice. English object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Logisticpdfunction.svg
Rabu, 2025-02-19 00:36:03

Krishnavedala Wikimedia username: Krishnavedala object of statement has role: plotting library object of statement has role: free and open-source software object...

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: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:Arcsin z vector field 01 Pengo.svg
Rabu, 2025-02-19 00:49:35

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Generalized normal densities 2.svg
Minggu, 2025-03-09 03:14:49

select the license of your choice. English object of statement has role: plotting library object of statement has role: free and open-source software object...

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:CarmichaelLambda.svg
Minggu, 2025-11-23 23:37:39

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) plt.plot(l, [totient(n)...

Click to read more »
File:Factorial from 0! to 4!.svg
Minggu, 2025-11-30 11:45:33

http://commons.wikimedia.org/wiki/User:Stephan_Kulla object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Exponentials of complex number within unit circle.svg
Rabu, 2025-02-19 01:37:09

http://commons.wikimedia.org/wiki/User:Krishnavedala object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Mens hour records progression.svg
Sabtu, 2023-05-13 04:42:39

English Plot showing the progression of the three UCI Hour Records for Men, from 1970 to 2022. author name string: Falcorian Wikimedia username: Falcorian...

Click to read more »
File:Damped Oscillation2.svg
Minggu, 2025-11-09 14:54:44

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Rosenbrock function.svg
Jumat, 2026-02-20 20:14:09

Wikimedia username: Morn the Gorn object of statement has role: plotting library object of statement has role: free and open-source software object...

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:ACPower-en.svg
Rabu, 2025-02-19 00:49:14

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:ItoIntegralWienerProcess.svg
Jumat, 2026-05-29 13:05:25

of Ito Integral of a Wiener process with time step dt = .0001 import matplotlib.pyplot as pl import numpy as np t0 = 0.0 dt = 0.0001 t_final = 3.9 T =...

Click to read more »
File:Pageviews of the CRISPR gene editing article (with 7-day moving average).svg
Kamis, 2026-04-23 22:51:46

 The SVG code is valid.  This plot was created with Matplotlib. Source code InfoField import pandas as pd import matplotlib.pyplot as plt import sys from...

Click to read more »
File:Euler-Cauchy equation solution curves real roots.svg
Rabu, 2025-02-19 01:40:09

https://commons.wikimedia.org/wiki/user:Nicoguaro object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Advection equation solution comparison.png
Selasa, 2025-11-18 02:37:40

SIAM, # {{ISBN|978-0-898716-29-0}}, chapter 10 import numpy as np import matplotlib.pyplot as plt L=2.5 N=500 # space discretization a=1.0 # advection velocity...

Click to read more »
File:Curve fitting.svg
Jumat, 2025-11-07 18:01:34

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Vector Field of a Function's Gradient imposed over a Color Plot of that Function.svg
Sabtu, 2023-02-25 17:18:22

Attribution-Share Alike 4.0 truetrue English An arrow plot of the gradient of a function, superimposed over a color plot of the values of that function, demonstrating...

Click to read more »
File:Frechet pdf.svg
Jumat, 2026-04-10 06:41:13

from matplotlib.pyplot import * from numpy import linspace, exp def calc_frechet_pdf(x,a,s): y = (a/s) * ((x/s)**(-1-a)) * exp(- (x/s)**(-a) ) return y...

Click to read more »
File:Frechet cdf.svg
Senin, 2020-08-31 09:06:00

from matplotlib.pyplot import * from numpy import linspace, exp def calc_frechet_cdf(x,a,s): y = exp( -(x/s)**(-a)) return y x = linspace(0.2,5,10**5)...

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:Wikimedia's Community Wishlist chart – only a small fraction is being implemented by Wikimedia Foundation or volunteers.png
Selasa, 2026-04-21 20:31:54

PNG development InfoField  This plot was created with Matplotlib. Source code InfoField import matplotlib.pyplot as plt import numpy as np # Data (NaN...

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

PNG development InfoField  This plot was created with Matplotlib. Source code InfoField import pandas as pd import matplotlib.pyplot as plt import numpy as...

Click to read more »
File:BlochWaves1D.svg
Rabu, 2025-02-19 00:49:50

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

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: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:Stability region for BDF4.svg
Rabu, 2025-02-19 00:35:07

http://commons.wikimedia.org/wiki/User:Jitse_Niesen object of statement has role: plotting library object of statement has role: free and open-source software object...

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

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:Complex-gamma.jpg
Kamis, 2025-11-27 15:08:26

import numpy as np from numpy import vectorize import matplotlib as mp import matplotlib.pyplot as plot from colorsys import hls_to_rgb # line width of the...

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:Electricity in France.svg
Rabu, 2025-02-19 01:13:09

http://commons.wikimedia.org/wiki/User:Theanphibian object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Least common multiple chart.svg
Selasa, 2025-05-06 02:16:43

http://commons.wikimedia.org/wiki/User:Krishnavedala object of statement has role: plotting library object of statement has role: free and open-source software object...

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

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

Click to read more »
File:Laplaces method.svg
Rabu, 2025-02-19 00:35:58

Krishnavedala author name string: Krishnavedala object of statement has role: plotting library object of statement has role: free and open-source software object...

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:Maxwell-Boltzmann distribution pdf.svg
Minggu, 2026-02-08 13:56:07

http://commons.wikimedia.org/wiki/User:Krishnavedala object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Simultaneous equations example 1.svg
Rabu, 2025-02-19 00:14:29

from matplotlib.pyplot import * from numpy import * from mpl_toolkits.axisartist import * theta = linspace(-pi,pi,100) x1, y1 = cos(theta), sin(theta)...

Click to read more »
File:Conic x^2+2xy+y^2−8x=0.svg
Minggu, 2025-08-31 03:07:38

Requirements: python-2.6 with numpy and matplotlib-1.0.1 from matplotlib.pyplot import * from numpy import * from mpl_toolkits.axes_grid.axislines import...

Click to read more »
File:QBO Cycle observed.svg
Rabu, 2025-02-19 00:35:48

English object of statement has role: plotting library object of statement has role: free and open-source software object of statement has role: Python...

Click to read more »
File:Stability region for BDF5.svg
Rabu, 2025-02-19 00:35:06

http://commons.wikimedia.org/wiki/User:Jitse_Niesen object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Square Lead Screw Efficiency.svg
Senin, 2024-08-19 17:24:06

Code to create plot import matplotlib.pyplot as plt Create plot object fig, ax = plt.subplots() Define plot layout ax.set_xlabel('Lead angle (\u00B0)')...

Click to read more »
File:Swineflu uk rate.png
Selasa, 2020-09-29 13:11:00

This plot was created with the following Python/Matplotlib script: #!/usr/bin/env python from pylab import * rc('axes',lw=2.0) ili=[3.1, 8.4, 9.8, 8.6...

Click to read more »
File:Logit.svg
Rabu, 2026-03-25 07:12:53

Krishnavedala author name string: Krishnavedala object of statement has role: plotting library object of statement has role: free and open-source software object...

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:Percentile.png
Kamis, 2026-04-02 00:07:13

The plot may be reproduced using the following Python code: import matplotlib.pyplot as plt from matplotlib.patches import Ellipse import seaborn as sns...

Click to read more »
File:Forward and backward Euler method.png
Kamis, 2020-10-08 19:39:19

import numpy as np import matplotlib.pyplot as plt a = float(5) # Maximal value of the domain n = float(30) # Number of divisions dt = a/n # Size of each...

Click to read more »
File:Metodo das secantes anime.gif
Selasa, 2022-11-08 20:23:36

import scipy as sci from scipy import optimize import matplotlib.pyplot as plt import matplotlib.animation as animation canvas fig = plt.figure(figsize=(3...

Click to read more »
File:Stability region for BDF2.svg
Rabu, 2025-02-19 00:35:10

http://commons.wikimedia.org/wiki/User:Jitse_Niesen object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Womens hour records progression.svg
Sabtu, 2025-09-13 10:57:06

source. Please ensure that overwrites comply with the guideline. English Plot showing the progression of the three UCI Hour Records for Women, from 1970...

Click to read more »
File:Uses of data graphics in English Wikipedia vs German Wikipedia by year of latest data of the charts.svg
Minggu, 2026-04-26 05:36:08

InfoField  The SVG code is valid.  This plot was created with Matplotlib. Source code InfoField import matplotlib.pyplot as plt years = [ 1989,1990,1992...

Click to read more »
File:US Trade Balance 1980 2011.svg
Minggu, 2025-12-21 02:43:48

of this work, hereby publish it under the following license: Made with Matplotlib: #!/usr/bin/env python from pylab import * rc('xtick.major', pad=8) #from...

Click to read more »
File:Sinc function (normalized).svg
Minggu, 2025-12-14 05:40:36

36 set output "sinc function (normalized).svg" # Set y axis limits so the plot doesn't go right to the edges of the graph set yrange [-0.3:1.1] set xrange...

Click to read more »
File:Bode Plot of Practical Differentiator.svg
Sabtu, 2023-10-14 15:49:59

Attribution-Share Alike 4.0 truetrue Python source : import numpy as np import matplotlib.pyplot as plt # Generating angular frequency values omega = np.logspace(-2...

Click to read more »
File:Levy0 LdistributionPDF.svg
Minggu, 2025-10-05 21:34:08

Krishnavedala author name string: Krishnavedala object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Metodo de Newton anime.gif
Senin, 2025-12-01 18:51:46

import scipy as sci from scipy import optimize import matplotlib.pyplot as plt import matplotlib.animation as animation #canvas fig = plt.figure(figsize=(3...

Click to read more »
File:U.S. Historical Population.svg
Jumat, 2025-03-21 08:04:07

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:Stability region for BDF3.svg
Rabu, 2025-02-19 00:35:05

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Stability region for BDF6.svg
Minggu, 2025-08-03 05:00:04

http://commons.wikimedia.org/wiki/User:Jitse_Niesen object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Todesfälle Schweiz 65+ ab 2015.svg
Sabtu, 2025-12-13 00:13:19

http://commons.wikimedia.org/wiki/User:Hbf878 object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Demo of mu-law compression.svg
Sabtu, 2025-12-06 08:48:15

https://commons.wikimedia.org/wiki/User:Morn object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:ChildLangmuirLawGraph1.svg
Minggu, 2025-08-17 19:12:01

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

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:QHOn30pdf.svg
Rabu, 2025-02-19 00:33:09

https://commons.wikimedia.org/wiki/user:AkanoToE object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Hamiltonian flow quantum.webm
Selasa, 2025-12-02 17:02:12

Requires matplotlib; ffmpeg to encode frames to a movie. #!/usr/bin/env python3 """ Quantum mixed state evolver, and wigner distribution plotter. Basic...

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: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:Bitcoin electricity consumption.svg
Jumat, 2025-12-12 18:54:06

https://commons.wikimedia.org/wiki/User:Morn object of statement has role: plotting library object of statement has role: free and open-source software object...

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

from mpl_toolkits.mplot3d import axes3d import matplotlib.pyplot as pl import numpy as np import matplotlib.patches as mpatches t0 = 0.0 t_final = 1.0 n_grid...

Click to read more »
File:Ideal gas isotherms.svg
Minggu, 2026-04-26 22:16:17

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Raised-cosine-ISI.svg
Minggu, 2025-12-14 23:55:08

Created using python and matplotlib library. from numpy import * from matplotlib.pyplot import * from mpl_toolkits.axes_grid.axislines import SubplotZero...

Click to read more »
File:US Trade Balance 1980 2012.svg
Selasa, 2025-12-16 00:22:52

of this work, hereby publish it under the following license: Made with Matplotlib: #!/usr/bin/env python2 from pylab import * rc('xtick.major', pad = 8)...

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: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:Cardinal quadratic B spline.svg
Sabtu, 2024-02-03 05:29:50

3],[0,0,1,0,0],2];t=linspace(S[0][0],S[0][-1],1000);plot(t,splev(t,S),label='quadratic spline');plot(t,splev(t,S,der=1),label='1st derivative');ylim(-1...

Click to read more »
File:Csch sech coth.svg
Rabu, 2025-02-19 00:49:21

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

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:Bode Plot of Practical Differentiator when RC1=R1C.svg
Minggu, 2023-12-03 16:32:51

Attribution-Share Alike 4.0 truetrue Python source : import numpy as np import matplotlib.pyplot as plt # Generating angular frequency values omega = np.logspace(-2...

Click to read more »
File:Hamiltonian flow classical.gif
Sabtu, 2025-11-29 15:30:17

Python source code. Requires matplotlib ImageMagick. Possibly does not run in Windows. from pylab import * import subprocess import sys import os figformat...

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: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 - 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: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: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:Swineflu uk rate.svg
Senin, 2025-12-29 02:39: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: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:Chart of the 1983 video game crash.svg
Selasa, 2025-11-25 22:47:06

https://commons.wikimedia.org/wiki/User:Morn object of statement has role: plotting library object of statement has role: free and open-source software object...

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 - 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: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: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:Pitch-constellations-44-modes.png
Senin, 2022-03-28 23:06:04

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

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:ItoWienerProcess2D.svg
Minggu, 2025-12-14 23:47:03

simulation of 2D drifted Wiener process with time step dt = .0001 import matplotlib.pyplot as pl import numpy as np t0 = 0.0 dt = 0.0001 t_final = 2 T = np...

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:Himmelblau contour.svg
Rabu, 2025-02-19 02:06:09

org/wiki/user:Nicoguaro author name string: Nicoguaro object of statement has role: plotting library object of statement has role: free and open-source software object...

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: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: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: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: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: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: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:HeatEquationCNApproximate.svg
Jumat, 2026-02-20 20:11:45

from mpl_toolkits.mplot3d import axes3d import matplotlib.pyplot as pl import numpy as np import matplotlib.patches as mpatches t0 = 0.0 t_final = 1.0 n_grid...

Click to read more »
File:NURBS-circle-3D.png
Kamis, 2024-02-29 03:00:16

ones_like, zeros_like, where, r_) import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D from matplotlib.tri import Triangulation def splevn(t...

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: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:F-dens-2-15df python.svg
Minggu, 2025-12-28 10:14:36

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

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 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: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: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:Detection pics scipy signal find peaks.svg
Jumat, 2026-01-23 08:09:17

 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:Harappan mineral resources 2 1 1 1.png
Jumat, 2025-04-11 05:44:33

import matplotlib.pyplot as plt import matplotlib import matplotlib.colors as mcolors from matplotlib.colors import LightSource from matplotlib.markers...

Click to read more »
File:Permian triassic boundary co2 tropical ocean temperature 1.png
Selasa, 2023-11-21 18:45:51

Python3 Matplotlib code 3 python3 pandas two axist plotter 19.11.2023 v 0000.0001 import math import numpy as np import matplotlib.pyplot as plt...

Click to read more »
File:BEL 20.svg
Rabu, 2026-05-06 17:54:47

Creative Commons Attribution-Share Alike 4.0 truetrue  This plot was created with Matplotlib by Jona. English Wikimedia username: Jona URL: https://commons...

Click to read more »
File:US Trade Balance 1980 2010.svg
Rabu, 2025-02-19 00:42:43

|Auth Uploaded with derivativeFX English object of statement has role: plotting library object of statement has role: free and open-source software object...

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:Conic 4xy+3y^2+2x+4y=0.svg
Rabu, 2025-02-19 00:35:00

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

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: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:BetaDistrMedianApprDiff.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: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:MOEX Index.svg
Rabu, 2026-01-07 20:49:58

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

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

is a 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: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 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: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: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: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 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: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: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: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:Mandelbrot set, plotted with Matplotlib, zoomed.svg
Rabu, 2025-02-19 10:32:51

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

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: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: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:Estimated population of levant 18000-6000 bc 1.png
Rabu, 2026-01-07 21:40:45

as interp import matplotlib.pyplot as plt import matplotlib.patches as patches from matplotlib.lines import Line2D from matplotlib.patches import Rectangle...

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:Powers chart.svg
Rabu, 2025-02-19 00:38:09

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

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:BAC driving risk.svg
Rabu, 2025-09-24 01:34:47

https://commons.wikimedia.org/wiki/User:Mathnerd314159 object of statement has role: plotting library object of statement has role: free and open-source software object...

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: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:Phase shifter using IQ modulator.gif
Senin, 2025-11-24 19:44:44

com" these 72 images are combined to get gif image. # Python code using matplotlib library to generate 72 images to create a gif file that shows # how phase...

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: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: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: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: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: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:Filters order5.svg
Senin, 2025-03-24 04:16:15

http://commons.wikimedia.org/wiki/User:Geek3 object of statement has role: plotting library object of statement has role: free and open-source software object...

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: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: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: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: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:Verwendungen in deutschen Wikipedia-Artikeln von Charts nach Jahr ihres neuesten Datenpunkts.svg
Minggu, 2026-04-26 05:36:08

InfoField  The SVG code is valid.  This plot was created with Matplotlib. Source code InfoField import matplotlib.pyplot as plt years = [ 1989,1990,1992...

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:LTO cartridge sales.svg
Sabtu, 2026-01-03 20:13:24

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

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: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: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: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: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.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: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:Normal Distribution PDF.svg
Sabtu, 2025-11-22 02:42:33

sd=sqrt(.5)), add=TRUE,type="l",lwd=2,col="green") import numpy as np import matplotlib.pyplot as plt def make_gauss(N, sig, mu): return lambda x: N/(sig * (2*np...

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: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:Burr cdf.svg
Senin, 2024-01-08 12:48:18

from matplotlib.pyplot import * from numpy import linspace def calc_burr_cdf(x,c,k): y = 1-(1+x**c)**(-k); return y x = linspace(0,5,10**5) fig = figure()...

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 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 - 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:Stream function.png
Sabtu, 2026-04-18 18:38:09

function first then derive vector field from it. """ import numpy as np from matplotlib import pyplot as plt # make a 1001 x 1001 grid x = np.linspace(0,10,1001)...

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: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: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 - 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 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 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 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: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: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: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 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:Cauchy pdf.svg
Rabu, 2025-02-19 00:49:29

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

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: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: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: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: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: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: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: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:Binomial confidence band.svg
Rabu, 2025-02-19 00:49:24

determination method or standard: SHA-1 object of statement has role: plotting library object of statement has role: free and open-source software object...

Click to read more »
File:Geometric cdf.svg
Rabu, 2025-02-19 02:02:09

Commons Attribution 3.0 truetrue English object of statement has role: plotting library object of statement has role: free and open-source software object...

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 (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:Weibull qq.svg
Kamis, 2026-02-19 19:00:48

Attribution-Share Alike 3.0 truetrue English object of statement has role: plotting library object of statement has role: free and open-source software object...

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 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 »