Search Results: File:Numpy.png
Sorry, the article you're looking for isn't specifically available. Here are related topics:
File:Numpy.png
Sabtu, 2025-02-08 04:46:10holder of this work, hereby publish it under the following license: English numpy author name string: Rev1881 Wikimedia username: Rev1881 URL: https://commons...
Click to read more »File:Histogramme loi normale 50 ech numpy pyplot.png
Jumat, 2020-10-02 03:11:39import numpy as np import matplotlib.pyplot as plt A = np.random.randn(100) plt.plot(A, np.ones_like(A), "|") plt.hist(A, bins=10, density=1) I, the copyright...
Click to read more »File:Analysis of Fourier series using Python Code.pdf
Jumat, 2025-06-20 14:25:42savefig("fs_triangular.png") plt.show() Example-4 # Fourier series analysis for a sawtooth wave function # User defined function import numpy as np import matplotlib...
Click to read more »File:MDKQ anim6.png
Senin, 2025-06-02 13:27:05range(N): b[i]=sum(xi**(i)*yi for xi,yi in zip(x,y)) c=numpy.linalg.solve(A, b) xr=numpy.asarray(x) yr=numpy.sum([c[i]*xr**i for i in range(len(c))],axis=0)...
Click to read more »File:MDKQ anim3.png
Jumat, 2025-12-05 01:34:29range(N): b[i]=sum(xi**(i)*yi for xi,yi in zip(x,y)) c=numpy.linalg.solve(A, b) xr=numpy.asarray(x) yr=numpy.sum([c[i]*xr**i for i in range(len(c))],axis=0)...
Click to read more »File:MDKQ anim1.png
Jumat, 2025-12-05 01:33:13range(N): b[i]=sum(xi**(i)*yi for xi,yi in zip(x,y)) c=numpy.linalg.solve(A, b) xr=numpy.asarray(x) yr=numpy.sum([c[i]*xr**i for i in range(len(c))],axis=0)...
Click to read more »File:MDKQ anim4.png
Jumat, 2025-12-05 01:35:15range(N): b[i]=sum(xi**(i)*yi for xi,yi in zip(x,y)) c=numpy.linalg.solve(A, b) xr=numpy.asarray(x) yr=numpy.sum([c[i]*xr**i for i in range(len(c))],axis=0)...
Click to read more »File:Numpy example.png
Selasa, 2020-10-13 13:37:13DescriptionNumpy example.png English: Numpy example Date 2009 Source Own work Author Koldunovn...
Click to read more »File:MDKQ anim0.png
Jumat, 2025-12-05 01:31:40range(N): b[i]=sum(xi**(i)*yi for xi,yi in zip(x,y)) c=numpy.linalg.solve(A, b) xr=numpy.asarray(x) yr=numpy.sum([c[i]*xr**i for i in range(len(c))],axis=0)...
Click to read more »File:MDKQ animA.png
Sabtu, 2025-01-18 20:53:34range(N): b[i]=sum(xi**(i)*yi for xi,yi in zip(x,y)) c=numpy.linalg.solve(A, b) xr=numpy.asarray(x) yr=numpy.sum([c[i]*xr**i for i in range(len(c))],axis=0)...
Click to read more »File:MDKQ anim2.png
Jumat, 2025-12-05 01:33:51range(N): b[i]=sum(xi**(i)*yi for xi,yi in zip(x,y)) c=numpy.linalg.solve(A, b) xr=numpy.asarray(x) yr=numpy.sum([c[i]*xr**i for i in range(len(c))],axis=0)...
Click to read more »File:MDKQ anim5.png
Senin, 2026-02-09 08:17:48range(N): b[i]=sum(xi**(i)*yi for xi,yi in zip(x,y)) c=numpy.linalg.solve(A, b) xr=numpy.asarray(x) yr=numpy.sum([c[i]*xr**i for i in range(len(c))],axis=0)...
Click to read more »File:New final Shyamal Bhar - Copy.pdf
Senin, 2025-02-03 04:47:08for data analysis. Python has many powerful scientific modules such as numpy, scipy, pandas etc. It has also a plotting module such as matplotlib for...
Click to read more »File:Exemple numpy matplotlib.png
Minggu, 2020-10-18 19:23:53DescriptionExemple numpy matplotlib.png Català: Exemple d'us de numpy i matplotlib Date 12 March 2014, 09:22:44 Source Own work Author Cpts5...
Click to read more »File:MDKQ anim ohne Ausreiser.gif
Jumat, 2026-02-06 18:06:57range(N): b[i]=sum(xi**(i)*yi for xi,yi in zip(x,y)) c=numpy.linalg.solve(A, b) xr=numpy.asarray(x) yr=numpy.sum([c[i]*xr**i for i in range(len(c))],axis=0)...
Click to read more »File:MDKQ anim2.svg
Jumat, 2025-12-19 17:03:48Open-Source-Software: Python archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext...
Click to read more »File:MDKQ anim6.svg
Rabu, 2025-02-19 00:14:47range(N): b[i]=sum(xi**(i)*yi for xi,yi in zip(x,y)) c=numpy.linalg.solve(A, b) xr=numpy.asarray(x) yr=numpy.sum([c[i]*xr**i for i in range(len(c))],axis=0)...
Click to read more »File:MDKQ anim1.svg
Jumat, 2026-02-27 15:32:15range(N): b[i]=sum(xi**(i)*yi for xi,yi in zip(x,y)) c=numpy.linalg.solve(A, b) xr=numpy.asarray(x) yr=numpy.sum([c[i]*xr**i for i in range(len(c))],axis=0)...
Click to read more »File:MDKQ anim4.svg
Jumat, 2025-12-19 17:12:34Open-Source-Software: Python archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext...
Click to read more »File:MDKQ anim3.svg
Jumat, 2025-12-19 17:12:13Open-Source-Software: Python archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext...
Click to read more »File:7segment multiplexing.gif
Minggu, 2023-06-04 17:31:18savePng(fn) #remove colors arr = numpy.array(Image.open(fn),dtype=numpy.float) arr = numpy.array(numpy.round(arr),dtype=numpy.uint8) arr = numpy.bitwise_and(arr...
Click to read more »File:MDKQ anim ohne Ausreiser2.svg
Jumat, 2025-12-19 17:13:15Open-Source-Software: Python archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext...
Click to read more »File:MDKQ anim ohne Ausreiser1.svg
Jumat, 2025-12-19 16:51:13Open-Source-Software: Python archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext...
Click to read more »File:MDKQ anim.svg
Jumat, 2025-12-19 17:02:37Open-Source-Software: Python archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext...
Click to read more »File:MDKQ anim5.svg
Jumat, 2025-12-19 17:13:05Open-Source-Software: Python archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext...
Click to read more »File:MDKQ anim ohne Ausreiser5.svg
Jumat, 2025-12-19 17:02:01Open-Source-Software: Python archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext...
Click to read more »File:MDKQ6 anim.gif
Senin, 2025-12-01 04:12:38range(N): b[i]=sum(xi**(i)*yi for xi,yi in zip(x,y)) c=numpy.linalg.solve(A, b) xr=numpy.asarray(x) yr=numpy.sum([c[i]*xr**i for i in range(len(c))],axis=0)...
Click to read more »File:MDKQ anim0.svg
Jumat, 2025-12-19 17:03:10Open-Source-Software: Python archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext...
Click to read more »File:Plot of various initial mass functions.svg
Jumat, 2022-06-17 03:06:08plt import numpy from numpy import exp, log10 as log def salpeter55(m): alpha = 2.35 return m**-alpha def millerscalo79(m): return numpy.where(m > 1...
Click to read more »File:MDKQ anim ohne Ausreiser4.svg
Jumat, 2025-12-19 17:01:20Open-Source-Software: Python archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext...
Click to read more »File:MDKQ anim ohne Ausreiser0.svg
Jumat, 2025-12-19 03:32:11Open-Source-Software: Python archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext...
Click to read more »File:MDKQ anim ohne Ausreiser3.svg
Jumat, 2025-12-19 16:59:23Open-Source-Software: Python archive copy at the Wayback Machine Python-Paket: numpy Python-Paket: matplotlib Nach der Installation von Python den Quelltext...
Click to read more »File:MDKQ anim ohne Ausreiserx.svg
Jumat, 2026-03-20 02:43:05range(N): b[i]=sum(xi**(i)*yi for xi,yi in zip(x,y)) c=numpy.linalg.solve(A, b) xr=numpy.asarray(x) yr=numpy.sum([c[i]*xr**i for i in range(len(c))],axis=0)...
Click to read more »File:Percentile interpolation.png
Rabu, 2024-10-30 02:31:42using the following Python code: import matplotlib.pyplot as plt import numpy as np import seaborn as sns def fractile(l, p, C): """Find the p'th fractile...
Click to read more »File:Mpl screenshot figures and code.png
Jumat, 2026-03-27 11:22:01org/wiki/File:Matplotlib_screenshot.png , done by Geek3. The matplotlib (mpl) version is the development branch 2.x, with Python 2.7.11 and numpy 1.11.1 I, the copyright...
Click to read more »File:Detecting priority modules.pdf
Minggu, 2024-07-14 19:21:39Imports In [1]: import mwapi import pprint import pandas as pd import numpy as np import plotly.express as px import matplotlib.pyplot as plt from IPython...
Click to read more »File:Data analysis to detect priority modules.pdf
Jumat, 2024-06-21 16:02:17Imports In [7]: import mwapi import pprint import pandas as pd import numpy as np import plotly.express as px import matplotlib.pyplot as plt from IPython...
Click to read more »File:Comoving distance and lookback time (Planck 2018).png
Selasa, 2024-06-04 21:31:03the following python code, using astropy, numpy, and matplotlib: import matplotlib.pyplot as plt import numpy as np import astropy.units as u from astropy...
Click to read more »File:Trappist 1e as low oceans co2 280 annual tas 1.png
Selasa, 2023-10-17 18:01:16to Brief simple Python3 PIL, numpy script rotate 1280 z 640 and mask 180 deg from PIL import Image import os import numpy as np import matplotlib.pyplot...
Click to read more »File:Mandelbrot numpy set 4.png
Rabu, 2026-04-22 00:38:20Computing the Mandelbrot set with NumPy and complex matrices (Part 4) German Berechnung der Mandelbrot-Menge mit NumPy und komplexen Matrizen (Teil 4) author...
Click to read more »File:Mandelbrot numpy set 6.png
Rabu, 2025-12-31 16:17:16Computing the Mandelbrot set with NumPy and complex matrices (Part 6) German Berechnung der Mandelbrot-Menge mit NumPy und komplexen Matrizen (Teil 6) author...
Click to read more »File:Mandelbrot numpy set 7.png
Rabu, 2025-12-31 16:17:22Computing the Mandelbrot set with NumPy and complex matrices (Part 7) German Berechnung der Mandelbrot-Menge mit NumPy und komplexen Matrizen (Teil 7) author...
Click to read more »File:Diagram of the real branches of the Lambert W function.png
Kamis, 2026-01-22 05:29:35Matplotlib. This diagram was created with NumPy and matplotlib. import pylab from scipy.special import lambertw from numpy import e, arange, append pylab.axhline(color="black")...
Click to read more »File:Mandelbrot numpy set 1.png
Rabu, 2025-12-31 16:11:09Computing the Mandelbrot set with NumPy and complex matrices (Part 1) German Berechnung der Mandelbrot-Menge mit NumPy und komplexen Matrizen (Teil 1) author...
Click to read more »File:Mandelbrot numpy set 3.png
Sabtu, 2025-12-06 17:25:26Computing the Mandelbrot set with NumPy and complex matrices (Part 3) German Berechnung der Mandelbrot-Menge mit NumPy und komplexen Matrizen (Teil 3) author...
Click to read more »File:Mandelbrot numpy set 5.png
Rabu, 2025-12-31 16:17:08Computing the Mandelbrot set with NumPy and complex matrices (Part 5) German Berechnung der Mandelbrot-Menge mit NumPy und komplexen Matrizen (Teil 5) author...
Click to read more »File:Mandelbrot numpy set 2.png
Rabu, 2025-12-31 16:12:25Computing the Mandelbrot set with NumPy and complex matrices (Part 2) German Berechnung der Mandelbrot-Menge mit NumPy und komplexen Matrizen (Teil 2) author...
Click to read more »File:Mandelbrot numpy set 9.png
Rabu, 2026-04-22 06:36:01Computing the Mandelbrot set with NumPy and complex matrices (Part 9) German Berechnung der Mandelbrot-Menge mit NumPy und komplexen Matrizen (Teil 9) author...
Click to read more »File:Mandelbrot numpy set 8.png
Rabu, 2026-04-22 00:39:32Computing the Mandelbrot set with NumPy and complex matrices (Part 8) German Berechnung der Mandelbrot-Menge mit NumPy und komplexen Matrizen (Teil 8) author...
Click to read more »File:Heatmap of GCD Matrix.png
Jumat, 2025-10-17 14:58:13import numpy as np import matplotlib.pyplot as plt import matplotlib import os from math import gcd # Ensure output directory exists os.makedirs("/mnt/data"...
Click to read more »File:Ufo reports in france by year according of GEIPAN archives 1.png
Senin, 2025-10-20 23:17:16code InfoField import pandas as pd import matplotlib.pyplot as plt import numpy as np # Ladataan data csv-tiedostosta käyttäen ISO-8859-1 koodausta data...
Click to read more »File:Sn discoveries.gif
Minggu, 2023-09-24 01:02:31years = numpy.array( years, dtype = "int" ) discs = numpy.array( discs ) ras = numpy.radians( numpy.array( ras ) ) decs = numpy.radians( numpy.array( decs...
Click to read more »File:Permian triassic boundary co2 tropical ocean temperature 1.png
Selasa, 2023-11-21 18:45:51to_numpy() sst1=din1.iloc[:,3].to_numpy() co21=din1.iloc[:,16].to_numpy() ## 16 co22=din1.iloc[:,17].to_numpy() ## 17 co23=din1.iloc[:,18].to_numpy() ##...
Click to read more »File:Supernovae discovered since 1885 (larger size).gif
Kamis, 2025-05-08 11:12:00years = numpy.array( years, dtype = "int" ) discs = numpy.array( discs ) ras = numpy.radians( numpy.array( ras ) ) decs = numpy.radians( numpy.array( decs...
Click to read more »File:Trappist 1e co2 280ppmv air 2m temperature 1.png
Jumat, 2023-10-20 12:05:59png") Pothon3 exoplasim source code exoplasim planet runner python 3, exoplasim basic run settings T21 17.10.2023 0000.0002a import math import numpy...
Click to read more »File:Pareto front.png
Selasa, 2026-04-07 10:46:14trade-offs between two objectives import matplotlib.pyplot as plt import numpy as np # Sample data: objective 1 (e.g., cost) and objective 2 (e.g., performance)...
Click to read more »File:Clustering and tuning modules.pdf
Jumat, 2024-03-22 14:18:49os import pymysql import toolforge import re import pandas as pd import numpy as np import seaborn as sns import matplotlib.pyplot as plt from IPython...
Click to read more »File:Bilanzsumme der Deutschen Bundesbank.png
Kamis, 2025-06-05 04:16:20import datetime import matplotlib.pyplot as plt import pandas as pd import numpy as np data = pd.read_csv('BBK01.TUB619.csv', header=6, sep=';', parse_dates=['Stand...
Click to read more »File:Permian triassic boundary ptme estimated ocean temperature and hg amount 1.png
Selasa, 2024-03-05 12:49:25head()) age1=din1.iloc[:,0].to_numpy() sst1=din1.iloc[:,1].to_numpy() age2=din2.iloc[:,0].to_numpy() hg2=din2.iloc[:,1].to_numpy() print(age1) print(sst1)...
Click to read more »File:Scaling exponential distribution.webm
Sabtu, 2024-11-09 13:49:19import numpy as np def color_to_numpy(color): color = color.lstrip("#") return np.array([int(color[i : i + 2], 16) for i in (0, 2, 4)]) def numpy_to_color(arr):...
Click to read more »File:Equipotential by Zureks.png
Kamis, 2025-11-27 17:33:48can be created with Python Matplotlib using the following code: import numpy as np from matplotlib import pyplot as plt from matplotlib import colors...
Click to read more »File:Blackbody spectra.png
Minggu, 2023-11-26 09:35:59import numpy as np, pylab as pl Nfreq, NT = 2000, 6 Tstart, Tgap = 3000, 1000 # K Tend = Tstart + (Tgap * NT) T = np.arange(Tstart, Tend, Tgap) f = np...
Click to read more »File:Gaussian mechanism.png
Sabtu, 2026-01-31 07:04:08following Python code. Released by the author to public domain. import numpy as np import matplotlib.pyplot as plt import matplotlib.colors as colors...
Click to read more »File:Shepard interpolation 1 dimension.png
Senin, 2023-09-11 00:26:47your choice. The python code (numpy archive copy at the Wayback Machine, matplotlib) used to create this image: import numpy as np import matplotlib.pyplot...
Click to read more »File:Laplace mechanism.png
Jumat, 2023-05-12 19:09:32following Python code, released by the author into public domain. import numpy as np import matplotlib.pyplot as plt import matplotlib.colors as colors...
Click to read more »File:Japan Electricity Production 2009.svg
Selasa, 2026-03-24 06:27:25matplotlib import pyplot from matplotlib import ticker from matplotlib import numpy # This generates a pie graph showing Japan's electricity production in 2009...
Click to read more »File:Sawtooth sampled.png
Minggu, 2025-05-04 03:58:45Generated 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:Stream function.png
Sabtu, 2026-04-18 18:38:09the stream 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 =...
Click to read more »File:Matplotlib scatter v.svg
Jumat, 2025-12-19 03:24:24Author: Ika. 2015-08-08 import matplotlib.pyplot as plt import numpy as np from numpy.random import rand x = rand(100) y = rand(100) plt.scatter(x, y)...
Click to read more »File:Eocene climatic optimum july temperature cesm co2 6x 1 1.png
Sabtu, 2026-01-10 03:02:28source code 03.06.2024 v 0000.0001 import os import math as math import numpy as np from scipy.interpolate import interp2d import matplotlib.pyplot as...
Click to read more »File:Simulated eeco january surface temperature cesm cam if co2 9x 1 1.png
Senin, 2024-06-03 13:51:15source code 03.06.2024 v 0000.0001 import os import math as math import numpy as np from scipy.interpolate import interp2d import matplotlib.pyplot as...
Click to read more »File:Eocene climatic optimum january temperature cesm co2 6x 1 1.png
Selasa, 2026-03-17 00:58:29source code 03.06.2024 v 0000.0001 import os import math as math import numpy as np from scipy.interpolate import interp2d import matplotlib.pyplot as...
Click to read more »File:Simulated eeco july surface temperature cesm cam if co2 9x 1 1.png
Senin, 2024-06-03 13:51:16source code 03.06.2024 v 0000.0001 import os import math as math import numpy as np from scipy.interpolate import interp2d import matplotlib.pyplot as...
Click to read more »File:BlackCAT galactic black holes.png
Jumat, 2026-02-13 03:56:58it under the following license: import matplotlib.pyplot as plt import numpy as np import pandas as pd import requests from io import StringIO # Import...
Click to read more »File:Fourier heat in a plate.png
Senin, 2023-02-13 15:57:48This file was created with Python import numpy as np import matplotlib.pyplot as plt x = y = np.linspace(0, np.pi, 2**12) X, Y = np.meshgrid(x, y) T =...
Click to read more »File:Capri sights.png
Kamis, 2025-11-27 05:50:25Library and NumPy): # Read SRTM3 file and create shaded relief # 2010-04-05 from struct import unpack,calcsize from numpy import * import numpy as np from...
Click to read more »File:Mean precipitation 240ma 2.png
Minggu, 2024-12-15 14:37:35/origo/koppenmask.png cp ./origo/koppendem.png ./output/koppendem.png cp ./origo/koppenmask.png ./output/koppenmask.png cp ./origo/landsea.png ./output/landsea.png echo...
Click to read more »File:Earth temperature if it is fast rotating ocean planet 1 1 1 1.png
Jumat, 2026-05-29 18:05:42anaconda Python3 version==3.6 ! Newer maybe exoplasim not function! import numpy as np import math import exoplasim as exo numyears=40 fluksi=1361.5 planet...
Click to read more »File:Vesuvius SRTM3.png
Senin, 2022-12-12 23:11:33with the following Python 2 script (requires Python Imaging Library and NumPy) and then rescaled in Gimp to correct for the raw data aspect ratio at that...
Click to read more »File:One-player chessboard.png
Jumat, 2024-10-25 06:09:19== source code to generate this image import numpy as np import matplotlib.pyplot as plt B=np.zeros([65,9,2]) A=np.zeros([65,9,2]) for i in range(65):...
Click to read more »File:Campania il NW alpha.png
Kamis, 2025-11-27 05:49:15generated with the following Python script (requires Python Imaging Library and NumPy): #Author: Morn the Gorn #source: https://commons.wikimedia...
Click to read more »File:Campania map height.png
Kamis, 2025-11-27 05:50:03generated with the following Python script (requires Python Imaging Library and NumPy): #Author: Morn the Gorn #source: https://commons.wikimedia...
Click to read more »File:Continuous in x and y but non continuous.png
Sabtu, 2024-04-13 09:20:35LinearLocator, FormatStrFormatter import matplotlib.pyplot as plt import numpy as np def plop(X, Y): if X>=1 and X>Y and Y>=0 : return (Y/X)-Y elif Y>=1...
Click to read more »File:Exponential ring geographical analysis of locations sample 1.png
Sabtu, 2023-09-16 00:07:46//libattopng_t* png = libattopng_new(sizex, sizey, PNG_RGBA); libattopng_t* png = libattopng_new(cols, rows, PNG_GRAYSCALE); /* png = libattopng_new(W, H, PNG_GRAYSCALE);...
Click to read more »File:Sawtooth harmonics.png
Kamis, 2025-09-04 13:18:07Generated 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:SineMapOrbitDiag.png
Rabu, 2025-08-13 08:16:004.0 truetrue English An orbit diagram of the sine map (c * sin(pi * x)).png author name string: Dan Polansky Wikimedia username: Dan Polansky URL: https://commons...
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:04LinearLocator, FormatStrFormatter import matplotlib.pyplot as plt import numpy as np fig = plt.figure() ax = fig.gca(projection='3d') X = np.arange(-.1...
Click to read more »File:Parametric surface illustration (sphere).png
Minggu, 2026-01-18 02:43:11BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue import numpy as np from plotoptix import TkOptiX from plotoptix.utils import make_color...
Click to read more »File:Barnes-Hut tree construction.png
Rabu, 2023-11-01 01:31:50This animation was created with the following Python source code. import numpy as np import matplotlib.pyplot as plt import matplotlib.cm as cm def cube_plot(ax...
Click to read more »File:Forward and backward Euler method.png
Kamis, 2020-10-08 19:39:19import 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:Cauchy sequence illustration.svg
Minggu, 2025-11-23 23:23:40import * from mpl_toolkits.axes_grid.axislines import SubplotZero from numpy import arange, sin, exp x1 = arange(0.,9.1,.05) x2 = arange(0.,9.6,.1) z...
Click to read more »File:Paris pdsi 1 600 CE 1 1 1 1.png
Jumat, 2025-07-25 16:25:03years. Bulletin of the American Meteorological Society, 102, 953-956 import numpy as np import pandas as pd import matplotlib.pyplot as plt name="Paris, France"...
Click to read more »File:Beta function on real plane.png
Minggu, 2025-11-23 03:57:25mpl_toolkits.mplot3d import axes3d import matplotlib.pyplot as pl import numpy as np from scipy.special import beta # Prepare the data by Beta(x, y) X...
Click to read more »File:Line scanning animation.gif
Selasa, 2025-12-02 17:16:11draw from PIL import Image import requests from io import BytesIO import numpy as np import webbrowser #Global Settings url = "https://upload.wikimedia...
Click to read more »File:Remainder-pattern1.png
Kamis, 2026-06-04 18:15:58description page was here. All following user names refer to uk.wikipedia. This PNG graphic was created with Python by n. English determination method or standard:...
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:Pennsylvanian permian estimated ice cover 300 ma 1.png
Kamis, 2024-11-21 06:52:52exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import time import numpy as np import math as math import matplotlib.pyplot as plt from matplotlib...
Click to read more »File:Expinvsq5.svg
Sabtu, 2026-02-28 21:39:49import 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:Desert planet 6.png
Jumat, 2025-11-28 03:25:55import random import sys import numpy as np from scipy import interpolate import matplotlib.pyplot as plt import png import numpngw from PIL import Image...
Click to read more »File:Wikipedias' article depth vs number of articles.png
Rabu, 2026-03-18 00:27:59PNG development InfoField This plot was created with Matplotlib. Source code InfoField import matplotlib.pyplot as plt import numpy as np # Data (lang...
Click to read more »File:Capri sights terrain.svg
Minggu, 2025-11-23 21:37:12Library and NumPy): # Read SRTM3 file and create shaded relief # 2010-04-05 from struct import unpack,calcsize from numpy import * import numpy as np from...
Click to read more »File:Cretaceous 67ma co2 4x tjuly 1.png
Selasa, 2025-08-19 22:04:42contact Christopher R. Scotese at [email protected]. Python3 matplotlib numpy code to draw the map dem and temperature plotter python 3 19.01.2022 0000...
Click to read more »File:Adiabatic GIF.gif
Senin, 2023-07-10 23:34:04# Code to generate the last frame. from matplotlib.pyplot import * from numpy import linspace, arange from matplotlib.patches import Polygon x1 = linspace(0...
Click to read more »File:GaussianUpwind1D.gif
Sabtu, 2020-09-26 09:34:30advection equation by Upwind Scheme. import matplotlib.pyplot as pl import numpy as np t0 = 0.0 dt = 0.1 t_final = 2 x0 = -2.0 dx = 0.1 x_max = 4.0 T = np...
Click to read more »File:Look-back time by redshift.png
Rabu, 2026-01-07 21:27:18look-back time from redshift in Python: import matplotlib.pyplot as plt from numpy import arcsinh Om = 0.3153 # from Planck Collaboration 2018: https://arxiv...
Click to read more »File:Vegatation types at 32 ka 1 1.png
Senin, 2025-08-18 17:33:45visualize 17.12.2024 0000.0000.00 import matplotlib.pyplot as plt import numpy as np import rasterio import cartopy.crs as ccrs import cartopy.feature...
Click to read more »File:Gaussian 2d 60 degrees.png
Selasa, 2026-01-27 04:33:01Attribution-Share Alike 4.0 truetrue This file was created with Python: import numpy as np import matplotlib as mpl import matplotlib.pyplot as plt from matplotlib...
Click to read more »File:Gaussian 2d 0 degrees.png
Minggu, 2024-11-17 15:13:11Attribution-Share Alike 4.0 truetrue This file was created with Python: import numpy as np import matplotlib as mpl import matplotlib.pyplot as plt from matplotlib...
Click to read more »File:Population growth of late epipaleolithic and neolithic near east 1.png
Senin, 2025-11-24 20:38:32chatgpt 4o # ## 2024 08 12 0000.0000 import matplotlib.pyplot as plt import numpy as np # Oletettu väestönkehitys (arvioitu) #years = np.array([-15000, -14000...
Click to read more »File:Ufo reports in finland 1974 2022 2 1.png
Jumat, 2025-01-03 06:40:36Python source code import math import numpy as np import matplotlib.pyplot as plt import matplotlib cases1=np.array([95,170,108,69,45,40,22,44,31,23,35...
Click to read more »File:Gaussian 2d 30 degrees.png
Rabu, 2022-11-09 22:51:33Attribution-Share Alike 4.0 truetrue This file was created with Python: import numpy as np import matplotlib as mpl import matplotlib.pyplot as plt from matplotlib...
Click to read more »File:Hartree-Products vs Slater-Determinants.png
Jumat, 2026-01-23 04:22:43Generated with Python 3.7.1 matplotlib 3.0.2 import numpy as np from matplotlib import pyplot as plt import math def gaussian(x, alpha): return math.exp(-alpha*x*x/2)...
Click to read more »File:Koppen 300ma s1327 ecc0p06 obliq22p2 mvelp 270 co2 100ppm 1 1.png
Kamis, 2024-12-05 02:46:20exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import time import numpy as np import math as math import matplotlib.pyplot as plt from matplotlib...
Click to read more »File:Laplaces method.svg
Rabu, 2025-02-19 00:35:58Based on File:Laplaces_method.png I, the copyright holder of this work, hereby publish it under the following license: English URL: https://commons.wikimedia...
Click to read more »File:Desert planet 8.png
Kamis, 2026-04-23 07:15:09source code 16.6.2023 0000.0000 import matplotlib.pyplot as plt import numpy as np import math from time import perf_counter from sys import getrefcount...
Click to read more »File:Fictional exoplanet surface temperature c mean annual 1.png
Selasa, 2024-10-15 13:11:14install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np import math as math import matplotlib.pyplot as plt from scipy.interpolate...
Click to read more »File:Ufo reports in finland 1974 2022 1 1.png
Kamis, 2026-04-23 04:09:40data is Uforaportti 25, page 171 Python 3 source code import math import numpy as np import matplotlib.pyplot as plt import matplotlib cases1=np.array([95...
Click to read more »File:Numerical solution rate equations.png
Jumat, 2025-08-22 02:16:12import matplotlib.pyplot as plt import numpy as np from scipy.integrate import odeint # Numerical solution using an ordinariy differential equation solver...
Click to read more »File:Vladimir Putin approval (Levada, 2020).png
Senin, 2026-01-12 02:12:36comma-separated MM.YYYY strings (08.1999,09.1999,10.1999,11.1999...) from numpy import loadtxt from matplotlib import pyplot as plt approval = loadtxt('approval...
Click to read more »File:Estimated population of levant 15000 6000 cal bce 1 1.png
Senin, 2025-10-20 23:11:14PNG 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:Feigenbaum Tree.gif
Sabtu, 2024-03-16 19:34:03Author: Damodar Rajbhandari (2023) %reset -f %matplotlib notebook import numpy as np import matplotlib.pyplot as plt from matplotlib import rc from matplotlib...
Click to read more »File:Sampling distribution.png
Jumat, 2024-05-17 21:26:41import matplotlib.pyplot as plt import numpy as np xs=np.linspace(-1,1, num=1000) from scipy.stats import norm sigma=1 n=16 cdf_16 = norm.pdf(xs, loc=0...
Click to read more »File:Moon systems of fictional exoplanets 1.png
Kamis, 2025-01-16 13:58:22densities python3 and pov-ray 13.01.2025 0000.0000.02 import math import numpy as np import scipy import matplotlib.pyplot as plt import os import pandas...
Click to read more »File:5th-root-of-unity.jpg
Kamis, 2023-06-01 16:08:56from cmath import exp, sin, cos from math import pi, tanh import numpy as np from numpy import vectorize import matplotlib as mp import matplotlib.pyplot...
Click to read more »File:Gliese 12b example simulation sea land 1 r 1 1 1 1.png
Jumat, 2024-12-27 19:50:39exoplasim basic run settings T21 29.05.2024 0000.0002a3 import math import numpy as np import exoplasim as exo timestep=30.0 years=100 Sol=1361.5 basic input...
Click to read more »File:Population history of rome 1 1 1 1.png
Minggu, 2025-08-10 08:30:512000;3708000 import pandas as pd import matplotlib.pyplot as plt import numpy as np df1 = pd.read_csv('wikiroma1.csv', sep=';', comment='#') Year_AD;Population;Min;Max...
Click to read more »File:Quadratic equation coefficients with standard ranges.png
Senin, 2026-03-09 21:05:35import numpy as np import matplotlib.pyplot as plt from matplotlib.lines import Line2D plt.rcParams['font.family'] = 'serif' plt.rcParams['font.serif']...
Click to read more »File:Estimated and expected variance of cumulative sum.png
Selasa, 2026-03-17 14:01:00import matplotlib.pyplot as plt import numpy as np import pandas as pd num_realizations = 300 len_process = 1000 input_std = 0.1 random_nrs = pd.DataFrame(...
Click to read more »File:Permian triassic boundary epme temperature hg carbon isotope 13 curve 4.png
Selasa, 2023-11-21 18:46:50iloc[:,0].to_numpy() sst1=din1.iloc[:,1].to_numpy() age2=din2.iloc[:,0].to_numpy() hg2=din2.iloc[:,1].to_numpy() age3=din3.iloc[:,0].to_numpy() c133=din3...
Click to read more »File:Earth temperature if it is fast rotating desert planet 1 1 1 1.png
Jumat, 2026-05-29 18:05:42io/en/latest/ https://pypi.org/project/exoplasim/ Python3 source code import numpy as np import math import exoplasim as exo numyears=40 fluksi=1361.5 planet...
Click to read more »File:Tlp locations by ai 1.png
Minggu, 2024-07-21 23:05:24plt from mpl_toolkits.basemap import Basemap from PIL import Image import numpy as np from matplotlib.colors import LinearSegmentedColormap Lataa taustakuva...
Click to read more »File:Infant-under-five-mortality-worldmap-2016.svg
Kamis, 2022-02-24 22:50:26mpl_toolkits.basemap import Basemap import matplotlib.pyplot as plt import numpy as np from matplotlib.patches import Polygon from matplotlib.collections...
Click to read more »File:Love wave.svg
Kamis, 2025-12-04 23:01:31from __future__ import division import FreeCAD as FC import Part import numpy as np nx = 30 ny = 6 nz = 6 side = 1 doc = FC.newDocument("love_cubes")...
Click to read more »File:Gliese 12b example simulation sea land 2 r 1 1 1 1.png
Selasa, 2024-10-15 13:13:31exoplasim basic run settings T21 29.10.2023 0000.0002a2 import math import numpy as np import exoplasim as exo timestep=30.0 years=100 Sol=1361.5 basic input...
Click to read more »File:Feigenbaum tree with bias.gif
Sabtu, 2024-03-16 19:35:16Author: Damodar Rajbhandari (2023) %reset -f %matplotlib notebook import numpy as np import matplotlib.pyplot as plt from matplotlib import rc from matplotlib...
Click to read more »File:Earth temperature if it is tidally locked desert planet 1 1 1 1.png
Selasa, 2024-10-15 13:07:23https://exoplasim.readthedocs.io/en/latest/ Exoplasim Python code import numpy as np import math import exoplasim as exo numyears=30 fluksi=1361.5 planet...
Click to read more »File:Earth temperature if it is tidally locked ocean planet 1 1 1 1.png
Selasa, 2024-10-15 13:08:21Python3 version==3.6 ! Newer maybe not function! Python3 Exopasim code import numpy as np import math import exoplasim as exo numyears=40 fluksi=1361.5 planet...
Click to read more »File:HenonMap.svg
Jumat, 2025-12-12 19:34:26based simulation of the Henon Map. import matplotlib.pyplot as pl import numpy as np t_final = 50000 a, b = 1.4, 0.3 ax = pl.figure().add_subplot(111)...
Click to read more »File:Population history of area inside current italia borders 1 1 1 1.png
Minggu, 2025-08-10 08:30:38python3 code import pandas as pd import matplotlib.pyplot as plt import numpy as np df = pd.read_csv('italiapop1.csv', sep=';', comment='#') print(df...
Click to read more »File:Composition in 3D generated with the opensimplex noise.png
Kamis, 2025-11-27 05:57:02BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue import numpy as np # docs, examples: https://plotoptix.rnd.team from plotoptix import...
Click to read more »File:Ulaanbaatar jja pdsi 1 2000 ce 1 1 1 1.png
Selasa, 2025-08-19 01:27:40Python3 import matplotlib.pyplot as plt import pandas as pd import numpy as np # Import numpy for potential numerical operations, though not strictly needed...
Click to read more »File:Planetary habitability by ocean area 1 1.png
Sabtu, 2025-12-20 07:37:24planet simulations with Exoplasim 27.06.2024 0000.0001 import math import numpy as np import matplotlib.pyplot as plt def habitability_f_T_RH(T, RH): #...
Click to read more »File:Matplotlib basic v.svg
Jumat, 2026-03-06 08:12:59exp(-x).""" # Author: Ika. 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...
Click to read more »File:World 200ma mean temperature of year 2.png
Rabu, 2024-11-06 20:35:07sttructure in atmopshere 30.6.2022 v 0000.0000 3 import netCDF4 as nc import numpy as np from scipy import interpolate from scipy.interpolate import griddata...
Click to read more »File:Simulated koppen classes 20ka bp 1 1.png
Jumat, 2026-04-10 20:24:57monthly data python3 script 15.12.2024 v 0000.0003.01 import os import numpy as np import xarray as xr import rasterio from rasterio.transform import...
Click to read more »File:Excess earths in ukraine during years 1932 - 1934 1.png
Rabu, 2026-01-07 21:40:18Source of data Python 3 source code import matplotlib.pyplot as plt import numpy as np from matplotlib.ticker import FuncFormatter Data koko Ukrainalle (tuhatta...
Click to read more »File:Trade effect to strength of center 1.png
Rabu, 2025-05-07 19:24:44oSplash_f4d9b0090b60f58b677e2e62d6a20989.pdf Python3 source code import numpy as np import math import scipy import matplotlib.pyplot as plt def...
Click to read more »File:Solar twins mgsi mgfe distributions 1.png
Sabtu, 2025-03-15 15:15:35ic/GALAH_DR4/catalogs/galah_dr4_allstar_240705.fits Python3 code import numpy as np import pandas as pd import matplotlib.pyplot as plt import matplotlib...
Click to read more »File:Fast rotating ocean planet like earth pressure 3 bar annual temperature 1 1 1 1.png
Selasa, 2023-10-31 23:34:05Python 3 import numpy as np import math import exoplasim as exo rotation period test numyears=50 fluksi=1361.5 rotationperiod=1 pressure=3 relCO2=280e-6...
Click to read more »File:Uses of videos from public broadcasting on Wikipedias (chart).png
Jumat, 2026-03-20 12:19:43PNG development InfoField This plot was created with Matplotlib. Source code InfoField import matplotlib.pyplot as plt import numpy as np # Raw data (project...
Click to read more »File:Fast rotating desert planet like earth pressure 3 bar annual temperature 1 1 1 1.png
Jumat, 2023-11-03 10:59:31import numpy as np import math import exoplasim as exo rotation period test numyears=100 fluksi=1361.5 rotationperiod=1 pressure=3 relCO2=280e-6 relO2=0...
Click to read more »File:Quadratic-function-x2-minus4x-plus2.svg
Kamis, 2020-09-17 20:10:45this work, hereby publish it under the following license: import numpy as np from numpy import arange, array import matplotlib as mp import matplotlib.pyplot...
Click to read more »File:Fast rotating desert planet like earth pressure 0p3333 bar annual temperature 1 1 1 1.png
Jumat, 2025-02-07 21:17:29Python3 source code import numpy as np import math import exoplasim as exo rotation period test numyears=100 fluksi=1361.5 rotationperiod=1 pressure=0...
Click to read more »File:LogGamma Analytic Function.png
Senin, 2022-04-18 22:33:37from matplotlib import cm from mpl_toolkits.mplot3d import Axes3D import numpy as np import scipy.special as sps # Import lighting object for shading surface...
Click to read more »File:Illustration CRPS.png
Jumat, 2026-03-20 08:04:21import matplotlib.pyplot as plt import numpy as np # Define the step function def step_function(x): return 0 if x < 0 else 1 # Define the sigmoid function...
Click to read more »File:Absolute-value-function.svg
Selasa, 2023-07-04 19:59:44math from math import pi, sin, cos, tan, exp, log, sqrt import numpy as np from numpy import arange, array import matplotlib as mp import matplotlib.pyplot...
Click to read more »File:Kiev summer pdsi jja 1-2000 ce 1 1 1 1.png
Rabu, 2025-07-30 12:22:50code import matplotlib.pyplot as plt import pandas as pd import numpy as np # Import numpy for potential numerical operations, though not strictly needed...
Click to read more »File:Tikal population model 1 1 1 1.png
Senin, 2026-03-23 00:30:345–16 miljoonaa koko Keski-Mayan alangoilla). Python3 source code import numpy as np import pandas as pd import matplotlib.pyplot as plt from scipy.optimize...
Click to read more »File:Mean temperature 240ma 2.png
Minggu, 2024-12-15 14:38:02skale_raster(infile1, outfile1) Draw map with matplotlib import netCDF4 as nc import numpy as np from scipy import interpolate from scipy.interpolate import griddata...
Click to read more »File:Cretaceous 67ma co2 500ppmvol tannual 1.png
Selasa, 2025-08-19 22:04:42netCDF4 from netCDF4 import Dataset from matplotlib.pylab import * import numpy as np from scipy import interpolate from scipy.interpolate import griddata...
Click to read more »File:Earth like planet temperature if distance 1p03 au 1 1.png
Minggu, 2024-07-28 06:34:07Python 3, numpy, math, matplotlib, scipy, skimage, netCDF4 xarray, PIL, imageio 05.07.2024 0000.0005 import matplotlib.pyplot as plt import numpy as np from...
Click to read more »File:Fast rotating ocean planet like earth pressure 0p333 bar annual temperature 1 1 1 1.png
Kamis, 2025-09-11 15:20:30Python3 source code import numpy as np import math import exoplasim as exo rotation period test numyears=100 fluksi=1361.5 rotationperiod=1 pressure=0...
Click to read more »File:Most active tlp sites on the moon 3.png
Sabtu, 2024-06-08 23:46:40https://svs.gsfc.nasa.gov/4720/ import matplotlib.pyplot as plt import numpy as np from matplotlib.image import imread import imageio from mpl_toolkits...
Click to read more »File:Mdisk vs alpha with logfit thommes et al 2008 1.png
Jumat, 2025-10-24 16:10:18doi: 10.1126/science.1159723. PMID: 18687958. Python3 source code import numpy as np import matplotlib.pyplot as plt from sklearn.linear_model import LinearRegression...
Click to read more »File:Burr pdf.svg
Minggu, 2025-11-23 22:32:10from 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:Slater-Determinant.png
Jumat, 2022-06-24 05:09:39from matplotlib.ticker import LinearLocator, FormatStrFormatter import numpy as np def gaussian(x, alpha): return math.exp(-alpha*x*x/2) gridpoints =...
Click to read more »File:Multiplanetary systems compactness mass relation 1.png
Minggu, 2026-04-19 22:48:56diagram import pandas as pd import requests from io import StringIO import numpy as np import matplotlib.pyplot as plt MSUN_TO_MEARTH = 332946 =========================...
Click to read more »File:Parametric surface illustration (torus).png
Minggu, 2026-01-18 02:43:20BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue import numpy as np # docs, examples: https://plotoptix.rnd.team from plotoptix import...
Click to read more »File:London summer pdsi jja 1-2000 ce 1 1 1 1.png
Rabu, 2025-07-30 12:22:56code import matplotlib.pyplot as plt import pandas as pd import numpy as np # Import numpy for potential numerical operations, though not strictly needed...
Click to read more »File:PR curve with optimal fscore.png
Kamis, 2025-07-10 04:44:18import matplotlib.pyplot as plt import numpy as np from sklearn.datasets import make_classification from sklearn.linear_model import LogisticRegression...
Click to read more »File:Export-Worldmap-2016.svg
Minggu, 2024-08-18 03:54:17matplotlib.colors as colors from matplotlib.colors import LogNorm import numpy as np from matplotlib.patches import Polygon from matplotlib.collections...
Click to read more »File:End cretaceous co2 500 s 1350 1 1 1 1.png
Senin, 2025-10-20 19:25:59from File:End cretaceous co2 500 s 1350 1 1 1 1.png/doc. File:End cretaceous co2 500 s 1350 1 1 1 1.png/doc Sources etc. This image is based on Exoplasim...
Click to read more »File:Eridu temple area evolution 2 1.png
Minggu, 2024-07-14 10:25:10data: Finnish wiki import matplotlib import matplotlib.pyplot as plt import numpy as np import pandas as pd from scipy.interpolate import interp1d from scipy...
Click to read more »File:Newton-Raphson method.gif
Kamis, 2025-05-08 06:56:52import 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:200ma koppen 02.png
Selasa, 2024-11-12 20:08:16from PIL import Image import os import numpy as np import matplotlib.pyplot as plt imin=Image.open("mask1.png") a = np.asarray(imin) b=a[0] c=np.roll(a...
Click to read more »File:Teegarden b temperature if locked earthlike 3mearths patm 9 o2 21 1.png
Minggu, 2024-10-20 20:17:54exoplasim basic run settings T21 29.10.2023 0000.0002a2 import math import numpy as np import exoplasim as exo timestep=30.0 years=100 Sol=1361.5 basic input...
Click to read more »File:Uruk period growth of urban centers rank size 2 1.png
Selasa, 2025-03-04 10:10:06218744/ Python3 script to create this graphics import math import numpy as np import matplotlib.pyplot as plt I made a map-thing https://www.nma-fallout...
Click to read more »File:Mongolia khakhgol summer pdsi 1 2000 1 1 1 1.png
Jumat, 2025-11-21 17:35:26American Meteorological Society, 102, 953-956. Python3 source code import numpy as np import pandas as pd import matplotlib.pyplot as plt name="Khalkhgol"...
Click to read more »File:Trappist 1d co2 280ppm oceanworld 1.png
Minggu, 2025-08-10 19:24:43exoplasim basic run settings T21 17.10.2023 0000.0001x1b import math import numpy as np import exoplasim as exo timestep=30.0 years=30 Sol=1367 basic input...
Click to read more »File:Teegardens Star b surface air temperature degrees celsius if locked Earth-like mass 1.74 me p 2.23 bar 1.png
Senin, 2026-06-01 23:28:49source code 24.6.2024 v 0000.0000c2 import os import math as math import numpy as np from scipy.interpolate import interp2d import matplotlib.pyplot as...
Click to read more »File:Signum-function.svg
Sabtu, 2025-12-13 10:47:32math from math import pi, sin, cos, tan, exp, log, sqrt import numpy as np from numpy import arange, array import matplotlib as mp import matplotlib.pyplot...
Click to read more »File:Earthlike planet precipitation vs ocean percent 1.png
Jumat, 2026-05-29 18:17:39different simulations 27.06.2024 0000.0000.0001b import xarray as xr import numpy as np import math import matplotlib.pyplot as plt iname1="MOST.00020.nc"...
Click to read more »File:Solar twins mgsi absolute mgna reltosun relation 1.png
Rabu, 2025-03-12 20:02:51au/teamdata/GALAH/public/GALAH_DR4/catalogs/galah_dr4_allstar_240705.fits import numpy as np import pandas as pd import matplotlib.pyplot as plt import matplotlib...
Click to read more »File:Multiple encryption methods applied on image.png
Senin, 2026-03-16 17:48:06algorithms, modes from cryptography.hazmat.primitives import padding import numpy as np import os import plotly.graph_objects as go from plotly.subplots import...
Click to read more »File:Koppen climates 310 ma 1 1.png
Senin, 2024-11-25 22:11:23python3 script 25.11.2024 0000.0000 import os import xarray as xr import numpy as np import rasterio import matplotlib.pyplot as plt Asetukset input_dir...
Click to read more »File:Population history of rome 2 1 1 1.png
Minggu, 2025-08-10 08:31:06source code import pandas as pd import matplotlib.pyplot as plt import numpy as np df1 = pd.read_csv('wikiroma1.csv', sep=';', comment='#') df2 = pd...
Click to read more »File:Permian triassic boundary 250ma koppen climates if co2 2500ppm 1.png
Selasa, 2024-11-26 18:47:23install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp2d...
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:54PNG 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:Algol-type variable binary star animation 4.gif
Kamis, 2025-06-19 23:35:340000 import math import numpy as np import matplotlib.pyplot as plt import matplotlib.image as mpimg import PIL inputbase1=".\\pngs\\" outputbase1=".\\pngs2\\"...
Click to read more »File:Advection equation solution comparison.png
Selasa, 2025-11-18 02:37:40differential equations", 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...
Click to read more »File:Parametric surface illustration (trefoil knot).png
Sabtu, 2025-12-06 00:01:42BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue import numpy as np # docs, examples: https://plotoptix.rnd.team from plotoptix import...
Click to read more »File:Periodogram.svg
Rabu, 2025-12-10 15:52:56import numpy as np from scipy import signal import matplotlib.pyplot as plt w_1 = 30 # frequency of the 1st component of the signal (Hz) w_2 = 50 # frequency...
Click to read more »File:Logistic Map Bifurcation Diagram, Matplotlib.svg
Selasa, 2021-12-14 02:38:40280 576 432 See File:Logistic Map Bifurcation Diagram, Matplotlib, zoomed.png English author name string: Morn Wikimedia username: Morn URL: http://commons...
Click to read more »File:Fast rotating ocean planet like earth annual temperature 1 1 1 1.png
Minggu, 2025-09-07 14:54:33netCDF4 from netCDF4 import Dataset from matplotlib.pylab import * import numpy as np from scipy import interpolate from scipy.interpolate import griddata...
Click to read more »File:Stellar log10 fe vs log10 c minus log10 o 1.png
Senin, 2025-03-10 19:56:31pyplot as plt from sklearn.linear_model import LinearRegression import numpy as np df = pd.read_csv('./data1/hypatia2.csv') df['C_minus_O'] = df['C']...
Click to read more »File:Fictional dry planet 2 rendering 1.png
Sabtu, 2025-09-13 08:46:14under this ... File:Fictional_exoplanet_surface_temperature_c_mean_annual_1.png But ... Change inpput dem file ... Libnoise/noiselib c++ code to make input...
Click to read more »File:Eta cassiopeaie stable and unstable fictional planet orbit 1.png
Selasa, 2025-01-28 16:20:52Python3 Rebound source code import numpy as np import math import rebound import matplotlib.pyplot as plt simutime1=1000000 simudt1=0.01 rebound sim sim...
Click to read more »File:Galah4 nafe feh dex 1.png
Rabu, 2025-03-12 11:27:41lah_dr4_allstar_240705.fits Python 3 from astropy.io import fits import numpy as np import pandas as pd import matplotlib.pyplot as plt import mpltern...
Click to read more »File:GaussianUpwind2D.gif
Sabtu, 2025-11-29 05:12:05mpl_toolkits.mplot3d import axes3d import matplotlib.pyplot as pl import numpy as np t0 = 0.0 dt = 0.045 t_final = 1 x0 = -2.0 dx = 0.04 x_max = 4.0 y0...
Click to read more »File:Fast rotating desert planet like earth annual temperature 1 1 1 1.png
Senin, 2023-10-30 23:29:21netCDF4 from netCDF4 import Dataset from matplotlib.pylab import * import numpy as np from scipy import interpolate from scipy.interpolate import griddata...
Click to read more »File:Complex-gamma.jpg
Kamis, 2025-11-27 15:08:26from math import pi, tanh from scipy.special import gamma import numpy as np from numpy import vectorize import matplotlib as mp import matplotlib.pyplot...
Click to read more »File:Tikal population estimation 3 1 1 1.png
Selasa, 2026-04-07 23:18:06Code import matplotlib.pyplot as plt import numpy as np from scipy.ndimage import gaussian_filter1d import numpy as np import matplotlib.pyplot as plt from...
Click to read more »File:200ma annual average temperature degrees celsius tj 1.png
Selasa, 2024-11-12 03:53:05zip?download=1}} Python script to aqcure climate data import numpy as np import matplotlib.pyplot as plt from netCDF4 import Dataset Avaa NetCDF-tiedosto...
Click to read more »File:Animierte Altersstruktur Deutschland.gif
Kamis, 2025-11-20 04:15:16date_parser=lambda x: datetime.strptime(x, "%d.%m.%Y")) df # %% import numpy as np df_geschl = df.pivot_table(values='BEVSTD__Bevoelkerungsstand__Anzahl'...
Click to read more »File:Solar twins mgsi absolute nasi reltosun relation 1.png
Sabtu, 2026-05-30 15:52:20/GALAH_DR4/catalogs/galah_dr4_allstar_240705.fits Python 3 code: import numpy as np import pandas as pd import matplotlib.pyplot as plt import matplotlib...
Click to read more »File:Trappist 1d earthlike longitude 180 air 2m temperature 1.png
Selasa, 2024-10-15 13:09:45exoplasim basic run settings T21 16.10.2023 0000.0000 import math import numpy as np import exoplasim as exo timestep=30.0 years=30 Sol=1367 basic input...
Click to read more »File:Rod diameter change poisson.svg
Rabu, 2025-02-19 00:42:50Matplotlib. Source code InfoField from matplotlib.pyplot import * from numpy import * dL = linspace(-10.,10.,100) d, L, v = 1., 10., .3 d1 = -d*v*dL/L...
Click to read more »File:Matplotlib 3d v.svg
Sabtu, 2026-03-21 22:39:45mpl_toolkits.mplot3d import Axes3D import matplotlib.pyplot as plt import numpy as np fig = plt.figure() ax = fig.gca(projection='3d') X = np.arange(-5...
Click to read more »File:Core Idea PLS.png
Senin, 2024-04-15 05:59:35import numpy as np import matplotlib.pyplot as plt from sklearn.cross_decomposition import PLSRegression # Generate random data for input and output spaces...
Click to read more »File:End cretaceous koeppen climates co2 400 s1357 1 1 1 1.png
Minggu, 2026-04-12 00:28:20install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp2d...
Click to read more »File:RosslerAttractor.svg
Selasa, 2026-02-17 11:12:22import matplotlib.pyplot as pl from matplotlib.lines import Line2D import numpy as np t0 = 0.0 dt = 0.02 t_final = 60 T = np.arange(t0, t_final, dt) a,...
Click to read more »File:Equipotential of dipole.svg
Minggu, 2025-11-30 00:54:01import numpy as np from matplotlib import pyplot as plt from matplotlib import colors cmap = colors.ListedColormap( [np.clip((2 * x, 2 * (1 - x), 4 *...
Click to read more »File:Pretiglian curve lisiecki raymo 2005 1.png
Senin, 2025-12-29 19:10:07python 3 version 2.11 13.9.2020 import matplotlib.pyplot as plt import numpy as np import pandas as pd from scipy import interpolate from matplotlib...
Click to read more »File:Teegardens star b if it has water and continets lot of co2 1.png
Minggu, 2024-10-20 20:19:27source code 24.6.2024 v 0000.0000c2 import os import math as math import numpy as np from scipy.interpolate import interp2d import matplotlib.pyplot as...
Click to read more »File:Some ubaid period population estimations of southern mesopotamia 1.png
Senin, 2024-07-08 03:49:41L. Turner, CUP Archive, 1990, 27 Python3 source code import math import numpy as np import matplotlib.pyplot as plt import scipy import sklearn data turner...
Click to read more »File:WienerProcess3D.svg
Rabu, 2025-12-17 18:54:35mpl_toolkits.mplot3d import axes3d import matplotlib.pyplot as pl import numpy as np t0 = 0.0 dt = 0.0001 t_final = 2 T = np.arange(t0, t_final, dt) ax...
Click to read more »File:Eridu estimated population at ubaid and uruk periods 1.png
Minggu, 2024-07-14 01:22:42estimation of ancient population of Eridu, Mesopotamia import math import numpy as np import matplotlib.pyplot as plt def fit_log_poly_1(x1,y1,x2, numpoly1):...
Click to read more »File:Lamb–Oseen vortex animation.gif
Selasa, 2025-12-02 15:46:01ImageMagick. Possibly does not run in Windows. #!/usr/bin/env python3 import numpy as np from scipy.special import expi from matplotlib import pyplot as plt...
Click to read more »File:Late roman period temparature and moisture 1 1 1 1.png
Senin, 2025-09-22 18:30:22source code import pandas as pd import matplotlib.pyplot as plt import numpy as np https://www.science.org/doi/10.1126/sciadv.adk1033 Load the data df...
Click to read more »File:Mean temperature 240ma 1.png
Sabtu, 2025-11-22 03:47:25from exoplasim output 19.6.2022 v 0000.0000 import netCDF4 as nc import numpy as np from scipy import interpolate from scipy.interpolate import griddata...
Click to read more »File:End cretaceous pasta climate zones co2 400 s1357 1 1 1 2.png
Selasa, 2025-08-19 22:04:49install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp2d...
Click to read more »File:Effects of nuclear air burst many yelds curves 1.png
Selasa, 2026-06-02 18:28:05formulas is https://nuclearweaponarchive.org/Nwfaq/Nfaq5.html#nfaq5.1 import numpy as np import matplotlib.pyplot as plt from scipy.optimize import curve_fit...
Click to read more »File:End cretaceous holdridge life zones co2 400 s1357 1 1 1 3.png
Selasa, 2026-04-21 20:31:32install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp2d...
Click to read more »File:Koeppen climates 200ma cesm 1.png
Sabtu, 2026-02-07 16:57:41tal2022_DIB_PhaneroContinentalClimate.nc?download=1 Python3 code import numpy as np import matplotlib.pyplot as plt from netCDF4 import Dataset from matplotlib...
Click to read more »File:Trias 240ma 1.png
Minggu, 2024-12-15 15:14:56install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp2d...
Click to read more »File:Algol-type variable binary star animation 3.gif
Kamis, 2025-06-19 23:35:33math import numpy as np from scipy import interpolate import matplotlib.pyplot as plt import matplotlib.image as mpimg inputbase1=".\\pngs\\" outputbase1="...
Click to read more »File:Mystery airship reports in united states 1896-1897 1.png
Jumat, 2026-05-29 16:32:24Python3 source code import matplotlib.pyplot as plt import numpy as np Data months = ["10/1896", "11/1896", "12/1896", "01/1897", "02/1897"...
Click to read more »File:BetaFuncDemo.svg
Kamis, 2026-02-19 22:37:35mpl_toolkits.mplot3d import axes3d import matplotlib.pyplot as pl import numpy as np from scipy.special import beta # Prepare the data by Beta(x, y) X...
Click to read more »File:ConvexCombination-2D.gif
Selasa, 2026-03-17 14:01:02rcParams['text.usetex'] = True # uncomment if you donot have latex installed import numpy as np import matplotlib.pyplot as plt import matplotlib.animation as animation...
Click to read more »File:Discrete Gaussian kernel.svg
Jumat, 2026-05-01 09:27:52this file. Deutsch ∙ English ∙ +/− from scipy.special import iv import numpy as np def discrete_gaussian_kernel(n, t): T = np.exp(-t) * iv(n, t) return...
Click to read more »File:Stellar log10 mgfe vs log10 mgsi 1.png
Minggu, 2026-03-22 00:13:03pyplot as plt from sklearn.linear_model import LinearRegression import numpy as np Ladataan tiedosto df0 = pd.read_csv('./data1/hypatia2.csv') df = df0...
Click to read more »File:Permian triassic boundary 250ma holdridge zones if co2 2500ppm 1.png
Minggu, 2023-11-26 13:23:42install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp2d...
Click to read more »File:Fertile crescent neolithic sites 2 1.png
Jumat, 2024-07-26 15:16:05geometry import mapping from PIL import Image, ImageDraw, ImageFilter import numpy as np import pandas as pd import matplotlib.pyplot as plt import cartopy...
Click to read more »File:Population of south mesopotamia towns 5000-2900 bc 1.png
Senin, 2024-10-21 09:48:14218744/ Python3 script to create this graphics import math import numpy as np import matplotlib.pyplot as plt I made a map-thing https://www.nma-fallout...
Click to read more »File:Uruk period settlement site distribution 1 1.png
Jumat, 2024-12-27 22:33:03Python 3 import matplotlib.pyplot as plt import numpy as np import math as math data from Ideology, social space and power in Uruk societies. A comparative...
Click to read more »File:Lebesgue Integration and Upper Sums.gif
Selasa, 2025-12-02 17:11:36# Author: Ika, 2013-09-14 import numpy as np import matplotlib.pyplot as plt import scipy.special as sp from matplotlib.patches import Polygon import...
Click to read more »File:NURBS-circle-3D.png
Kamis, 2024-02-29 03:00:16from __future__ import division from scipy.interpolate import splev from numpy import (sqrt, linspace, sin, cos, array, hstack, transpose, pi, ones_like...
Click to read more »File:Development of site number in cholistan area at harappan period 1 1 1 1.png
Senin, 2025-05-26 13:50:20Number_on_Indus_Civilization_Vol_45_1_and_2_105_116 Code Python3 import numpy as np import matplotlib.pyplot as plt import matplotlib as mpl cons 1992...
Click to read more »File:End cretaceous koppen types co2 400 s 1367 3 1 1 1.png
Rabu, 2026-05-13 15:34:02install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp2d...
Click to read more »File:Earth like planet habitability as relation of distance to sun like central star 1.png
Jumat, 2026-05-29 18:01:09different simulations 28.06.2024 0000.0000.0001 import xarray as xr import numpy as np import math import matplotlib.pyplot as plt iname1="./indata2/land30_94au...
Click to read more »File:Stellar log10 fe vs log10 Mg minus log10 Si 1.png
Selasa, 2025-03-11 05:13:01pyplot as plt from sklearn.linear_model import LinearRegression import numpy as np Ladataan tiedosto df0 = pd.read_csv('./data1/hypatia2.csv') df = df0...
Click to read more »File:Runge phenomenon equidist chebushev.gif
Minggu, 2025-12-07 06:16:35select the license of your choice. import matplotlib.pyplot as plt import numpy as np import matplotlib.ticker as tckr from matplotlib.animation import...
Click to read more »File:Rio bec late classic population estimation 1 1 1 1.png
Rabu, 2026-04-08 17:04:22Mesoamerican Population History (pp.161-192) p. 176 Python3 source code import numpy as np import math import matplotlib.pyplot as plt from scipy.interpolate...
Click to read more »File:Saddle point.svg
Minggu, 2026-03-08 23:14:17This image is a derivative work of the following images: File:Saddle point.png licensed with PD-self 2008-04-12T05:46:35Z Oleg Alexandrov 978x813 (272227...
Click to read more »File:Circulation accordeon animation.gif
Senin, 2025-09-08 02:19:59plot was created with Matplotlib. Python source #!/usr/bin/python3 import numpy as np import matplotlib.pyplot as plt import matplotlib.animation as animation...
Click to read more »File:Periodogram windows.svg
Rabu, 2025-12-10 15:52:11import numpy as np from scipy import signal import matplotlib.pyplot as plt w_1 = 40 # frequency of the 1st component of the signal (Hz) w_2 = 60 # frequency...
Click to read more »File:Burr cdf.svg
Senin, 2024-01-08 12:48:18from 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:Riemann Integration and Darboux Upper Sums.gif
Senin, 2020-10-26 05:10:39Commons Attribution-Share Alike 3.0 truetrue # Author: Ika, 2013-09-15 import numpy as np import matplotlib.pyplot as plt import scipy.special as sp from matplotlib...
Click to read more »File:Beaufort diagram.svg
Jumat, 2025-11-21 23:51:14cleaned up: # -*- coding: utf-8 -*- from __future__ import division import numpy as np import matplotlib.pyplot as plt # data and functions filename1 = 'beaufort_diagram'...
Click to read more »File:Harappan culture sites distance field exp minusr 1 1 1 1.png
Minggu, 2025-04-27 14:02:021999, prepared by C.A. Petrie Python3 source code <cod import os import numpy as np import pandas as pd import matplotlib.pyplot as plt import cartopy...
Click to read more »File:Riemann Integration and Darboux Lower Sums.gif
Senin, 2020-10-26 05:10:39# Author: Ika, 2013-09-14 import numpy as np import matplotlib.pyplot as plt import scipy.special as sp from matplotlib.patches import Polygon import...
Click to read more »File:Levant domestication 1 1 1 1.png
Minggu, 2026-02-15 22:41:08Template:Viite Python3 script </code import matplotlib.pyplot as plt import numpy as np vuodet = np.array([18000,16000,14000,12500,11500,10800,9600,8800,8200...
Click to read more »File:BD-CSI.png
Kamis, 2025-11-27 05:26:42import numpy as np import pandas as pd class ZeroForcingBD: def __init__(self, H, Mrs_arr): Mr, Mt = np.shape(H) self.Mr = Mr self.Mt = Mt self.H = H...
Click to read more »File:End of cretaceous july temperature co2 750 1 1 1 1.png
Selasa, 2025-08-19 22:04:50install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np import math as math import matplotlib.pyplot as plt from scipy.interpolate...
Click to read more »File:Orbit of alpha centauri ab 1 1 1 1.png
Rabu, 2025-03-19 17:14:36al 2021 AJ 162 14DOI 10.3847/1538-3881/abfaff Python3 source code import numpy as np import matplotlib.pyplot as plt from matplotlib.ticker import MultipleLocator...
Click to read more »File:Evolution of harappan culture settled area 1 1 1 1.png
Kamis, 2026-05-21 07:29:52beginnings. Philadelphia, PA: University of Pennsylvania Press. Code import numpy as np import matplotlib.pyplot as plt Data site_count = np.array([20, 33...
Click to read more »File:Simple python sir model result 1.png
Selasa, 2025-05-06 14:54:33because of basic algiritm. Note not all runs produce proper output, import numpy as np import matplotlib.pyplot as plt Parametrit n_rows = 10 # Rivien määrä...
Click to read more »File:Bartlett's method.svg
Sabtu, 2025-11-22 00:04:16import numpy as np from scipy import signal import matplotlib.pyplot as plt Nsub = 100 # number of subsequences w_1 = 30 # frequency of 1st component...
Click to read more »File:Ancient mesoootamia growth of urban centers uruk period 2.png
Selasa, 2025-07-08 01:10:56218744/ Python3 script to create this graphics import math import numpy as np import matplotlib.pyplot as plt I made a map-thing https://www.nma-fallout...
Click to read more »File:Estimated population of toltec capital tula tollan 1 1 1 1.png
Senin, 2026-03-23 23:55:15source code import pandas as pd import matplotlib.pyplot as plt import numpy as np Data (käytetään keskiarvoja ja vaihteluvälejä) data = { 'Period':...
Click to read more »File:Qunf cave delta o18 5000-3000 bp 1 1 1 1.png
Kamis, 2025-05-01 03:28:43Issue: Pages: Report_Number: 4718 DOI: 10.1038/s41467-023-40454-z import numpy as np import pandas as pd import matplotlib.pyplot as plt infile1="qunf2023...
Click to read more »File:Gliese 12b locked earthlike simulation 3 r 1 1 1 1.png
Jumat, 2024-10-18 16:11:32netCDF4 from netCDF4 import Dataset from matplotlib.pylab import * import numpy as np from scipy import interpolate from scipy.interpolate import griddata...
Click to read more »File:Tikal population 2 1 1 1.png
Senin, 2026-04-06 15:18:45https://www.jstor.org/stable/3630485 Python3 source code import math import numpy as np import matplotlib.pyplot as plt On the maya collapse robert s santley...
Click to read more »File:Ufo reports in sweden 1952-1967 1.png
Senin, 2026-03-16 00:01:20Sweder, 1952-1967 python3 script from matplotlib import pyplot as plt import numpy as np Vuosiluvut kuvan mukaisesti years_full = np.array([52, 53, 54, 55...
Click to read more »File:End cretaceous 65Ma gdd5 co2 400ppmv S 1357 1 1 1 1.png
Sabtu, 2026-04-11 02:20:27<- png::readPNG('./duuni_5000_1/basemap_land.png') img <- png::readPNG('./origo/basemap_land_p5000.png') img <- png::readPNG('./origo/koppen_land.png')...
Click to read more »File:Evolution of pre main sequence 0p1 msun star 1.png
Sabtu, 2025-05-17 12:56:42source code import pandas as pd import matplotlib.pyplot as plt import numpy as np from matplotlib.ticker import AutoMinorLocator Lue tiedosto nrows1=350...
Click to read more »File:K pg impact winter simulation assumptions 1.png
Kamis, 2024-11-07 17:22:50install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp2d...
Click to read more »File:Ccsm4 july temperature south and middle europe lgm 1.svg
Selasa, 2025-08-19 21:35:56matplotlib.pyplot as plt from netCDF4 import Dataset as open_ncfile import numpy as np preprocess with GMT 5.4 gmt grdcut tk7_gauss1.nc -Gwest_europe_tk7...
Click to read more »File:Late jurassic 150ma main koppenalike classes 1 1 1 1.png
Rabu, 2026-04-22 19:10:30install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp2d...
Click to read more »File:Lebesgue Integration and Lower Sums.gif
Kamis, 2025-12-04 08:56:42# Author: Ika, 2013-09-14 import numpy as np import matplotlib.pyplot as plt import scipy.special as sp from matplotlib.patches import Polygon import...
Click to read more »File:World map of 65 million years ago co2 400 s 1357 1 1 1 1.png
Selasa, 2025-08-19 22:05:54<- png::readPNG('./duuni_5000_1/basemap_land.png') img <- png::readPNG('./origo/basemap_land_p5000.png') img <- png::readPNG('./origo/koppen_land.png')...
Click to read more »File:HR diagram 2msun feh0 1.png
Selasa, 2025-05-20 00:51:004_EEPS.txz "00200M.track.eep" Python3 source code import pandas as pd import numpy as np import matplotlib.pyplot as plt import matplotlib as mpl 1. Fonttiasetukset...
Click to read more »File:Koeppen climates 200ma cesm downscaled 2.png
Sabtu, 2026-01-03 12:23:32File:Koeppen climates 200ma cesm downscaled 2.png/doc. File:Koeppen climates 200ma cesm downscaled 2.png/doc Source on simulated paleoclimate koeppen zones...
Click to read more »File:Tiwanaku population simulation lattice based 1.png
Senin, 2024-04-01 20:11:48carrying capacity python3 source code 3.1.2023 0000.0002 import math import numpy as np import matplotlib.pyplot as plt import random def set_field(ones1...
Click to read more »File:Evolution of habitated area in taraco peninsula 1 1 1 1.png
Senin, 2025-05-05 11:44:39YJAAR-D-13-00111R1 Python3 source code Taraco peninsula population growth import numpy as np import matplotlib.pyplot as plt time scale: 2000 eaa - 2000 jaa (4000...
Click to read more »File:Tapered precision.png
Jumat, 2026-05-08 01:05:16import matplotlib.pyplot as plt import matplotlib.patches as patches import numpy as np Set plotting style to look more like academic charts plt.rcParams['font...
Click to read more »File:Earth and mars similarity index esi msi 1 1 1 1.png
Jumat, 2026-05-29 17:50:18month=jul } https://arxiv.org/abs/1608.06702 Python3 source code import numpy as np import math import matplotlib.pyplot as plt def calc_esi_term(o,r...
Click to read more »File:Rossmo diagram of Kyllikki Saari murder site 1 v 1.png
Jumat, 2025-06-06 18:13:180000.0004 import os import time import math from math import pow import numpy as np import matplotlib.pyplot as plt from PIL import Image import folium...
Click to read more »File:Late ordovician tas 445ma co2 150 s1318 obl245 ecc001 mvelp45.png
Senin, 2024-12-09 05:21:31exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import time import numpy as np import math as math import matplotlib.pyplot as plt from matplotlib...
Click to read more »File:Dongge cave delta o18 6000-3000 bp 1 1 1 1.png
Rabu, 2026-05-06 09:52:58Issue: 5723 Report_Number: DOI: 10.1126/science.1106296 Python3 code import numpy as np import pandas as pd import matplotlib.pyplot as plt...
Click to read more »File:R'lyeh locations.png
Kamis, 2026-02-05 23:13:19shiftgrid, cm import matplotlib import matplotlib.pyplot as plt import numpy as np from netCDF4 import Dataset print "ok" # Lovecraft: 47:9'S 126:43'W...
Click to read more »File:Bezier curves composition ray-traced in 3D.png
Kamis, 2025-11-27 05:31:37BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue import numpy as np from matplotlib import cm # docs, examples: https://plotoptix.rnd...
Click to read more »File:VoigtCDF.svg
Rabu, 2025-12-17 18:22:17# CDF of Voigt Distribution import matplotlib.pyplot as pl import numpy as np from scipy.special import wofz import scipy.integrate as integral import...
Click to read more »File:Catal hoyuk estimated population 1 1 1 1.png
Rabu, 2026-01-07 21:40:44============================================================================= import numpy as np import matplotlib.pyplot as plt from scipy.optimize import curve_fit...
Click to read more »File:Tiwanaku population simulation with migration from surrounding area 2 1 1 1.png
Rabu, 2025-05-07 17:25:45b0090b60f58b677e2e62d6a20989.pdf Python3 source code import math import numpy as np import matplotlib.pyplot as plt def simulate_population(begintime=100...
Click to read more »File:Tiwanaku center and hinterland population simulation 1 1 1 1.png
Kamis, 2025-05-08 06:59:29pone.0288798 Python3 source code import matplotlib.pyplot as plt import numpy as np Asetukset time_begin=0 years = 1400 K = 50000 # Koko alueen väestökapasiteetti...
Click to read more »File:P to pet makkink 200ma 1.png
Selasa, 2025-12-16 18:14:49and pyet 7.7.2022 v 0000.0000 import getopt import netCDF4 as nc import numpy as np from scipy import interpolate from scipy.interpolate import griddata...
Click to read more »File:Maya southern lowlands population density 1 1 1 1.png
Rabu, 2026-03-18 19:49:37Press, Albuquerque), pp. 301–324 (1990). Python3 code import math import numpy as np import matplotlib.pyplot as plt source of population density in central...
Click to read more »File:Modern human habitat 45 kabp 1 1.png
Sabtu, 2025-09-13 03:38:43human habitat estimation python3 source code 11.12.2024 0000.0000.00 import numpy as np import matplotlib.pyplot as plt import xarray as xr import cartopy...
Click to read more »File:Earth and mars similarity index esi msi 2 1 1 1.png
Jumat, 2026-05-29 17:50:19month=jul } https://arxiv.org/abs/1608.06702 Python3 source code import numpy as np import math import matplotlib.pyplot as plt def calc_esi_term(o,r...
Click to read more »File:Late jurassic 150ma koppen climate types if co2 was 1000 ppmv 1 1 1 1.png
Selasa, 2026-03-17 21:55:06install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp2d...
Click to read more »File:Liquid water zone in solar system 1 1 1 1.png
Senin, 2025-03-31 17:17:16https://worldbuildingpasta.blogspot.com/ Python 3.0 source code import pandas as pd import numpy as np import matplotlib.pyplot as plt import matplotlib from scipy import...
Click to read more »File:Thermal energy of tunguska event if 10mt 1.png
Senin, 2024-12-23 00:56:27Python elevation import math import matplotlib.colors as mcolors import numpy as np import rasterio import subprocess import os import matplotlib.pyplot...
Click to read more »File:Mode Beta Distribution for alpha and beta from 1 to 5 - J. Rodal.jpg
Kamis, 2025-12-11 01:13:39axes3d import matplotlib.pyplot as pl from matplotlib import cm import numpy as np from scipy.special import betainc import scipy.integrate as integral...
Click to read more »File:Core SO130-289KL reflectance 3.png
Jumat, 2025-11-07 03:01:45Python 3 code import matplotlib.pyplot as plt import matplotlib import numpy as np import pandas as pd from scipy import interpolate import scipy.signal...
Click to read more »File:CRT image creation animation.gif
Kamis, 2025-11-27 14:50:17environ["PATH"] #Imports import drawSvg as draw from PIL import Image import numpy as np import webbrowser #Global Settings in_img = "img3.jpg" intensity_multiplicator...
Click to read more »File:End of cretaceous npp simulated with co2 400 ppm S 1357 Wm2 1 1 1 1.png
Selasa, 2025-08-19 22:05:53install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np from scipy.interpolate import interp2d from scipy.interpolate import...
Click to read more »File:Galah4 feh mgfe relation estimation 1.png
Selasa, 2025-03-11 13:56:33lah_dr4_allstar_240705.fits Python 3 from astropy.io import fits import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn...
Click to read more »File:Sweden ufo data sub year 1952-1968 2.png
Senin, 2025-10-20 23:14:51Python3 source code PNG development InfoField This plot was created with Matplotlib. Source code InfoField import numpy as np import matplotlib.pyplot...
Click to read more »File:Core SO130-289KL reflectance 2.png
Kamis, 2026-01-22 19:56:51visualize with import matplotlib.pyplot as plt import matplotlib import numpy as np import pandas as pd from scipy import interpolate import scipy.signal...
Click to read more »File:Core SO130-289KL reflectance 1.png
Kamis, 2026-01-22 19:56:50visualize with import matplotlib.pyplot as plt import matplotlib import numpy as np import pandas as pd from scipy import interpolate import scipy.signal...
Click to read more »File:Trappist 1e as ocean planet co2 95 percent tas 1.png
Jumat, 2025-09-26 17:50:00exoplasim basic run settings T21 17.10.2023 0000.0002a import math import numpy as np import exoplasim as exo timestep=30.0 years=30 Sol=1367 basic input...
Click to read more »File:Lunar brightness vs phase angle 1 1 1 1.png
Kamis, 2026-04-23 01:51:30code moon phase brightness python3 source code 29.03.2026 0000.0000 import numpy as np import matplotlib.pyplot as plt from matplotlib.ticker import MultipleLocator...
Click to read more »File:Estimated population of teotihuacan 2 1 1 1.png
Sabtu, 2026-03-21 20:40:0555, May 2024, 104528 https://doi.org/10.1016/j.jasrep.2024.104528 import numpy as np import math import scipy import matplotlib.pyplot as plt years1=np...
Click to read more »File:Ayn ghazal population change 1 1 1 1.png
Rabu, 2026-01-07 21:40:44Levant (Israel) Gary Rollefson, llse Köhler-Rollefson January 1989 import numpy as np import matplotlib.pyplot as plt from scipy.optimize import curve_fit...
Click to read more »File:Late jurassic 150ma mean temperature of year degrees celsius if co2 is 1000 ppmv 1 1 1 1.png
Rabu, 2026-04-22 19:10:35install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp2d...
Click to read more »File:Impact winter if t drops ca 18 degc 1 1 1 1.png
Rabu, 2025-12-17 18:53:45number: 28427 (2016) Cite this article import matplotlib.pyplot as plt import numpy as np import math quit(-1) albedo0=0.95 ## assumed first year "very cloudy"...
Click to read more »File:Ir uv radiation percents of stars of stars that have different temperatures 1.png
Kamis, 2026-04-23 20:57:42estimations only, may have significant inaccuracy. Python3 codes. import numpy as np import matplotlib.pyplot as plt from scipy.constants import h, c,...
Click to read more »File:Mean precipitation 240ma 1.png
Senin, 2025-11-24 04:12:11from exoplasim output 19.6.2022 v 0000.0000 import netCDF4 as nc import numpy as np from scipy import interpolate from scipy.interpolate import griddata...
Click to read more »File:Annual precipitaion mm 200ma co2 1000 1 1.png
Kamis, 2025-07-10 07:26:33from PIL import Image import os import numpy as np import matplotlib.pyplot as plt imin=Image.open("mask1.png") a = np.asarray(imin) b=a[0] c=np.roll(a...
Click to read more »File:Pre and post ms evolution of 1msun feh0 star mist data 1 1 1 1.png
Selasa, 2025-05-20 01:22:184_EEPS.txz "00200M.track.eep" Python3 source code import pandas as pd import numpy as np import matplotlib.pyplot as plt import os Fontit ja tyyli plt.rcParams...
Click to read more »File:Locked desert planet 1au earthlike atm but patm 10 bar 1.png
Kamis, 2026-01-08 06:36:01exoplasim basic run settings T21 17.10.2023 0000.0002a import math import numpy as np import exoplasim as exo timestep=30.0 years=200 Sol=1361.5 basic input...
Click to read more »File:Lunar brigthness vs phase angle shoe cboe model fitting 1 1 1 1.png
Kamis, 2026-04-23 01:51:34(1981, 1986). Bidirectional Reflectance Spectroscopy. Python3 code import numpy as np import matplotlib.pyplot as plt from scipy.optimize import curve_fit...
Click to read more »File:Trappist 1e co2 95 air 2m temperature 1.png
Selasa, 2024-10-15 13:18:29exoplasim basic run settings T21 17.10.2023 0000.0002a import math import numpy as np import exoplasim as exo timestep=30.0 years=30 Sol=1367 basic input...
Click to read more »File:Trappist 1e as ocean planet co2 280ppmv tas 1.png
Minggu, 2025-12-14 16:40:23exoplasim basic run settings T21 29.10.2023 0000.0002a2 import math import numpy as np import exoplasim as exo timestep=30.0 years=30 Sol=1361.5 basic input...
Click to read more »File:Trappist 1e as desert planet tas co2 280 1.png
Selasa, 2025-07-29 18:18:03exoplasim basic run settings T21 29.10.2023 0000.0002a2 import math import numpy as np import exoplasim as exo timestep=30.0 years=50 Sol=1361.5 basic input...
Click to read more »File:Galah4 feh sife 1.png
Selasa, 2025-03-11 14:56:22fits Python3 code from astropy.io import fits import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn...
Click to read more »File:Stability of alpha centauri a orbits 1p23 and2p23 au 1.png
Rabu, 2025-08-13 02:32:25import numpy as np import math import rebound import matplotlib.pyplot as plt Luo simulaatio sim = rebound.Simulation() Lisää Alpha Centauri A (massa...
Click to read more »File:Ordovician ice age 445ma tas annual S1312 co2 120 tilt22 ecc 0p06 mvelp 90 1.png
Kamis, 2023-06-08 21:02:09exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import time import numpy as np import math as math import matplotlib.pyplot as plt from matplotlib...
Click to read more »File:Assumed development of population of precolumbian tiwanaku 2.png
Kamis, 2024-07-11 09:29:38population growth scenario # python3 # ## 1.1.2023 0000.0001 # ##### import numpy as np import math import scipy import matplotlib.pyplot as plt ## one possible...
Click to read more »File:Ordovician 445ma annual temperature deg c S1312 CO2 150 obliq 245 ecc005 perihelionday 45 1.png
Sabtu, 2024-06-29 12:46:07netCDF4 from netCDF4 import Dataset from matplotlib.pylab import * import numpy as np from scipy import interpolate from scipy.interpolate import griddata...
Click to read more »File:Sine.gif
Selasa, 2020-10-20 04:18:13import 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:Maya population development at the three rivers region 1 1 1 1.png
Rabu, 2026-03-18 22:39:11of Oklahoma Press, Norman.Google Scholar Python3 code import math import numpy as np import matplotlib.pyplot as plt DROUGHT AND THE MAYA COLLAPSE Published...
Click to read more »File:Stellar mgsi feh 1.png
Minggu, 2025-09-21 22:56:59fits Python3 code from astropy.io import fits import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn...
Click to read more »File:Transmission line animation2.gif
Minggu, 2024-12-01 16:38:32animated GIFs. """ from __future__ import division import pygame as pg from numpy import cos, pi, sin, asarray import subprocess, os directory_now = os.path...
Click to read more »File:Planet rotation rate effect to daily temperatures simple energy balance model 1.png
Senin, 2023-11-06 23:42:59balance model python 3 source code 04.11.2023 v 0000.0001 import math import numpy as np import scipy import matplotlib.pyplot as plt import PIL def...
Click to read more »File:Earth temperature if it is tidally locked ocean planet patm 10bar 1 1 1 1.png
Jumat, 2026-05-29 18:05:44exoplasim basic run settings T21 17.10.2023 0000.0002a import math import numpy as np import exoplasim as exo timestep=30.0 years=40 Sol=1361.5 basic input...
Click to read more »File:Mohenjo daro evolution of habitated area 1 1 1 1.png
Senin, 2025-11-24 07:29:111426 https://doi.org/10.48550/arXiv.1303.1426 Python3 source code import numpy as np import math import matplotlib.pyplot as plt from matplotlib.ticker...
Click to read more »File:Effect areas of nuclear air burst 2.png
Selasa, 2026-06-02 17:24:023 and 4o generation: lots of own edit effects of nuclear weapons import numpy as np import matplotlib.pyplot as plt import matplotlib.patches as mpatches...
Click to read more »File:Earth temperature if it is tidally locked ocean planet patm 3bar 1 1 1 1.png
Kamis, 2026-01-29 23:14:24exoplasim basic run settings T21 17.10.2023 0000.0002a import math import numpy as np import exoplasim as exo timestep=30.0 years=40 Sol=1361.5 basic input...
Click to read more »File:Gliese 12b example simulation locked ocean planet 1 r 1 1 1 1.png
Selasa, 2024-10-15 13:12:15exoplasim basic run settings T21 29.10.2023 0000.0002a2 import math import numpy as np import exoplasim as exo timestep=30.0 years=30 Sol=1361.5 basic input...
Click to read more »File:Exoplanet distance mass relation by planet pairs inner to outer 1.png
Senin, 2026-04-20 11:52:02code import pandas as pd import requests from io import StringIO import numpy as np import matplotlib.pyplot as plt from scipy.stats import linregress...
Click to read more »File:Impact winter if t drops ca-15 degc 1 1 1 1.png
Senin, 2023-11-06 07:21:13number: 28427 (2016) Cite this article import matplotlib.pyplot as plt import numpy as np import math quit(-1) albedo0=1.4 ## assumed first year "very cloudy"...
Click to read more »File:Late glacial temperature curve bolling2.png
Senin, 2025-12-29 19:07:12python 3 version 2.11 11.9.2020 import matplotlib.pyplot as plt import numpy as np import pandas as pd from scipy import interpolate from matplotlib...
Click to read more »File:Stars of different spectral types stars and skies colours 2.png
Jumat, 2025-05-23 08:13:572e-4;2570;2.15 M9V;0.079;0.102;3.0e-4;2380;2.17 Python3 source code import numpy as np import matplotlib.pyplot as plt import math from scipy.interpolate...
Click to read more »File:Tikal growth and collapse 1 1 1 1.png
Kamis, 2026-04-09 12:29:18smoothed and from these calculated man value. Python3 source code import numpy as np import math import matplotlib.pyplot as plt from scipy.integrate import...
Click to read more »File:Faint young sun earth temperature july S0p7 P 2p0bar co2 95percent 1 1 1 1.png
Senin, 2023-10-30 00:58:38exoplasim basic run settings T21 29.10.2023 0000.0002c1 import math import numpy as np import exoplasim as exo timestep=30.0 years=100 Sol=1361.5 basic input...
Click to read more »File:Colors of brown dwarfs 1 1 1 1.png
Kamis, 2026-04-16 14:26:02CIE_xyz_1931_2deg.csv Sources of data Python3 source code import pandas as pd import numpy as np import matplotlib.pyplot as plt import glob import os from matplotlib...
Click to read more »File:Core SO130-289KL reflectance 4.png
Kamis, 2026-01-22 19:56:521594/PANGAEA.815851 import matplotlib.pyplot as plt import matplotlib import numpy as np import pandas as pd from scipy import interpolate import scipy.signal...
Click to read more »File:Population model of tikal 1 1 1 1.png
Minggu, 2026-04-05 21:57:26com/eehh-stanford/price2020/blob/master/Tikal_Demography.xlsx Python3 source code import numpy as np import matplotlib.pyplot as plt from scipy.integrate import odeint...
Click to read more »File:Faint young sun earth temperature july S0p7 P 1p0bar co2 95percent 1 1 1 1.png
Senin, 2023-10-30 07:19:04exoplasim basic run settings T21 17.10.2023 0000.0002a import math import numpy as np import exoplasim as exo timestep=30.0 years=40 Sol=1361.5 basic input...
Click to read more »File:Earth like ocean planet that has ice belt january temperature 1 1 1 1.png
Jumat, 2026-05-29 18:01:06exoplasim basic run settings T21 29.10.2023 0000.0002c1 import math import numpy as np import exoplasim as exo timestep=30.0 years=200 Sol=1361.5 basic input...
Click to read more »File:Gliese 12b example simulation locked desert planet 1 r 1 1 1 1.png
Selasa, 2024-10-15 13:13:05exoplasim basic run settings T21 29.10.2023 0000.0002a2 import math import numpy as np import exoplasim as exo timestep=30.0 years=30 Sol=1361.5 basic input...
Click to read more »File:Earth like landsea planet obliquity 90 degrees temperature of january 1 1 1 1.png
Jumat, 2026-05-29 18:01:01exoplasim basic run settings T21 29.10.2023 0000.0002c1 import math import numpy as np import exoplasim as exo timestep=30.0 years=200 Sol=1361.5 basic input...
Click to read more »File:Earth like tidally locked ocean planet that orbits star teff 3500K S1 P1 1 1 1 1.png
Senin, 2026-04-06 22:17:06exoplasim basic run settings T21 17.10.2023 0000.0002a import math import numpy as np import exoplasim as exo timestep=30.0 years=40 Sol=1361.5 basic input...
Click to read more »File:Simultaneous equations example 1.svg
Rabu, 2025-02-19 00:14:29from 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:Permian triassic 252ma co2 450 true color like map 1.png
Senin, 2024-11-11 14:30:11<- png::readPNG('./duuni_5000_1/basemap_land.png') img <- png::readPNG('./origo/basemap_land_p5000.png') img <- png::readPNG('./origo/koppen_land.png')...
Click to read more »File:Atlanta murders 1979 1981 williams geographical analysis normal distribition ring 1 1 1 1.png
Jumat, 2023-09-29 23:13:423 script import os import time import math from math import pow import numpy as np import scipy as sp import scipy.ndimage import scipy.stats as st from...
Click to read more »File:Suomen heinakuun keskilampotila 1.png
Kamis, 2022-05-05 01:34:34matplotlib.pyplot as plt from netCDF4 import Dataset as open_ncfile import numpy as np from matplotlib.colors import ListedColormap, LinearSegmentedColormap...
Click to read more »File:Earth like 90 degrees obliquity desert planet july tsa 1 1 1 1b.png
Jumat, 2026-05-29 18:01:00exoplasim basic run settings T21 29.10.2023 0000.0002c1 import math import numpy as np import exoplasim as exo timestep=30.0 years=200 Sol=1361.5 basic input...
Click to read more »File:Stellar near sun feh mgsi distribution 1.png
Rabu, 2026-03-18 17:35:34fits Python3 code from astropy.io import fits import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn...
Click to read more »File:Younger Dryas-Preboreal boundary on Ngrip 50 dataset.png
Senin, 2025-12-29 19:12:25python 3 version 2.11 11.9.2020 import matplotlib.pyplot as plt import numpy as np import pandas as pd from scipy import interpolate from matplotlib...
Click to read more »File:Evolution of 5 msun pre main sequence star 1.png
Jumat, 2026-03-27 06:53:17it/~sbressan/parsec.html https://people.sissa.it/~sbressan/ Python3 source code import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp1d...
Click to read more »File:Inequalities.png
Rabu, 2026-05-27 18:08:37plot is import math import re import xml.etree.ElementTree as ET import numpy as np import svgwrite ============================================================...
Click to read more »File:World 65ma 2.png
Jumat, 2025-11-07 07:01:12install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp2d...
Click to read more »File:Estimated population of teotihuacan 3 1 1 1.png
Minggu, 2026-03-22 19:49:28Mexico.” Ancient Mesoamerica 30(3): 399–418. Python3 source code import numpy as np import math import scipy import matplotlib.pyplot as plt René Millon...
Click to read more »File:Suomen tammikuun keskilampotila 1.png
Rabu, 2022-04-20 05:34:29matplotlib.pyplot as plt from netCDF4 import Dataset as open_ncfile import numpy as np from matplotlib.colors import ListedColormap, LinearSegmentedColormap...
Click to read more »File:End cretaceous koppen classes co2 400 ppm s 1357 2 1 1 1.png
Rabu, 2026-01-07 22:32:33install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp2d...
Click to read more »File:Some harappan cities area and growth rate 1 1 1 1.png
Jumat, 2025-12-12 14:23:051426 https://doi.org/10.48550/arXiv.1303.1426 Python3 source code import numpy as np import pandas as pd import matplotlib.pyplot as plt from matplotlib...
Click to read more »File:Evolution of 0p5 msun pre main sequence star 1.png
Jumat, 2025-11-28 01:51:22it/~sbressan/parsec.html https://people.sissa.it/~sbressan/ Python3 source code import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp1d...
Click to read more »File:Wdc ice core summer deltad last 6000 years 1.png
Sabtu, 2024-05-04 07:41:33curcve from csv, savgol filter 27.12.2023 v 0000.0000 import math import numpy as np import matplotlib.pyplot as plt import pandas as pd from scipy.signal...
Click to read more »File:Mass od star protoplanetary disc radius relation 1 1 1 1.png
Rabu, 2026-01-07 21:41:02circumstellardisks.org/ import pandas as pd import matplotlib.pyplot as plt import numpy as np import seaborn as sns from scipy import stats import requests from...
Click to read more »File:Wdc ice core winter deltad last 2000 years 1.png
Sabtu, 2024-05-04 07:42:14curcve from csv, savgol filter 27.12.2023 v 0000.0000 import math import numpy as np import matplotlib.pyplot as plt import pandas as pd from scipy.signal...
Click to read more »File:Gliese 12b locked lot of land little sea example simulation 1 r 1 1 1 1.png
Senin, 2024-05-27 22:25:39exoplasim basic run settings T21 26.05.2024 0000.0002b import math import numpy as np import exoplasim as exo timestep=30.0 years=30 Sol=1367 basic input...
Click to read more »File:Suomen vuoden sademaara 1.png
Jumat, 2022-07-01 00:51:08matplotlib.pyplot as plt from netCDF4 import Dataset as open_ncfile import numpy as np from matplotlib.colors import ListedColormap, LinearSegmentedColormap...
Click to read more »File:Wdc ice core summer deltad last 11000 years 1.png
Selasa, 2024-09-10 01:37:43curcve from csv, savgol filter 27.12.2023 v 0000.0000 import math import numpy as np import matplotlib.pyplot as plt import pandas as pd from scipy.signal...
Click to read more »File:Wdc ice core winter deltad last 11000 years 1.png
Sabtu, 2024-05-04 07:41:54curve from csv, savgol filter 27.12.2023 v 0000.0000 import math import numpy as np import matplotlib.pyplot as plt import pandas as pd from scipy.signal...
Click to read more »File:Evolution of 1 msun pre main sequence star 1.png
Jumat, 2025-10-03 02:34:30it/~sbressan/parsec.html https://people.sissa.it/~sbressan/ Python3 import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp1d...
Click to read more »File:Population growth of teotihuacan 1.svg
Sabtu, 2026-03-21 20:42:07matplotlib.pyplot as plt from matplotlib.ticker import MultipleLocator import numpy as np import math from scipy.interpolate import interp1d from scipy.optimize...
Click to read more »File:Sky colors by stars of different temperature assumed earthlike atmosphere 1.png
Senin, 2024-08-19 19:08:57This Python3 code is made with ChatGPT 4o AI import numpy as np import matplotlib.pyplot as plt import math Fysiikan vakioita h = 6.6261e-34 # Planckin...
Click to read more »File:Most active tlp sites on the moon 4b.png
Jumat, 2026-03-13 06:56:18matplotlib.pyplot as plt import cartopy.crs as ccrs import imageio import numpy as np from mpl_toolkits.basemap import shiftgrid from matplotlib.colors...
Click to read more »File:Wdc ice core summer deltad last 2000 years 1.png
Sabtu, 2024-05-04 07:41:13curcve from csv, savgol filter 27.12.2023 v 0000.0000 import math import numpy as np import matplotlib.pyplot as plt import pandas as pd from scipy.signal...
Click to read more »File:Wdc ice core winter deltad last 4000 years 1.png
Sabtu, 2024-05-04 07:42:34curcve from csv, savgol filter 27.12.2023 v 0000.0000 import math import numpy as np import matplotlib.pyplot as plt import pandas as pd from scipy.signal...
Click to read more »File:Harappan and post urban harappan site numbers in different areas 1 1 1 1.png
Senin, 2026-04-20 06:42:47beginnings. Philadelphia, PA: University of Pennsylvania Press. > Code: import numpy as np import matplotlib.pyplot as plt Alueiden tiedot punjab_sitenum = [174...
Click to read more »File:Changes of temperature of world 1 2000 ad 01 01.png
Rabu, 2024-02-21 13:17:08AutoMinorLocator) import matplotlib.ticker as tck import datetime import numpy as np from scipy import interpolate import scipy.signal import math as math...
Click to read more »File:Snowline of accreting low mass star 1 1 1 1.png
Jumat, 2025-05-16 18:26:52url={https://arxiv.org/abs/1505.03516}, } Python3 source code import math import numpy as np import matplotlib.pyplot as plt from matplotlib.ticker import MultipleLocator...
Click to read more »File:Evolution track of pre main sequence star of 0p09 solar mass 1.png
Sabtu, 2025-05-17 16:12:25DOI: https://doi.org/10.5140/JASS.2007.24.1.001 Python3 source code import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp1d...
Click to read more »File:Changes of temperature of world 700 1000 ad 01 01.png
Rabu, 2024-02-21 13:17:15AutoMinorLocator) import matplotlib.ticker as tck import datetime import numpy as np from scipy import interpolate import scipy.signal import math as math...
Click to read more »File:Effects of 15 kt air burst 1.png
Minggu, 2025-10-05 04:27:55calories adjistetad near 15 kt, must change 1++x ko or in magaton bombs import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp1d...
Click to read more »File:Earth hypsometric histogram and cumulative hypsometric curve 1.png
Kamis, 2026-04-16 23:15:34gistered/georeferenced_tiff/ Python3 source code import rasterio import numpy as np import matplotlib.pyplot as plt from scipy.optimize import curve_fit...
Click to read more »File:FIR 100 lowpass time signals.png
Senin, 2024-12-02 21:13:45help of the following Python script: #!/usr/bin/python3 import math import numpy as np import scipy.signal as sig import matplotlib.pyplot as plt #...
Click to read more »File:Le Corbusier's Modulor.png
Sabtu, 2026-05-30 06:22:32plot is import math import re import xml.etree.ElementTree as ET import numpy as np import svgwrite ============================================================...
Click to read more »File:300 ma atmosphere near surface temp mean 1.png
Kamis, 2024-11-28 18:51:43png" demname1= "pennsylvanian_permo_300_ma_dem.png" maskname1= "cretaceous_90_ma_mask.png" demname1= "cretaceous_90_ma_dem.png" maskname1=...
Click to read more »File:Teegarden b as locked earthlike ocean planet m3me p9atm 1.png
Rabu, 2024-10-30 14:12:11exoplasim basic run settings T21 29.10.2023 0000.0002a2 import math import numpy as np import exoplasim as exo timestep=30.0 years=100 Sol=1361.5 basic input...
Click to read more »File:Edit rates by users and bots on wikimedia Commons July1 July27 2012.png
Selasa, 2025-04-08 05:59:26calendar import timegm from time import strptime, strftime, gmtime from numpy import arange from pylab import plot, xlabel, ylabel, legend, grid, title...
Click to read more »File:Changes of temperature of world 1 600 ad 01 01.png
Rabu, 2024-02-21 13:17:09AutoMinorLocator) import matplotlib.ticker as tck import datetime import numpy as np from scipy import interpolate import scipy.signal import math as math...
Click to read more »File:Color of skies only of earthlike planets with different temperatures of central stars 4.png
Sabtu, 2025-12-13 07:58:34off different temperatures python3 generated with ChatGPT 3 and 4o import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import griddata...
Click to read more »File:Sun like stars feh co diagram 1.png
Kamis, 2025-03-13 21:18:22import matplotlib.pyplot as plt import matplotlib import pandas as pd import numpy as np from astropy.io import fits fits_file = './data1/apogee.fits' with...
Click to read more »File:Changes of temperature of world 500 1000 ad 01 01.png
Rabu, 2024-02-21 13:17:13AutoMinorLocator) import matplotlib.ticker as tck import datetime import numpy as np from scipy import interpolate import scipy.signal import math as math...
Click to read more »File:Changes of temperature of world 1000 2000 ad 01 01.png
Rabu, 2024-02-21 13:17:06AutoMinorLocator) import matplotlib.ticker as tck import datetime import numpy as np from scipy import interpolate import scipy.signal import math as math...
Click to read more »File:Temperature July 21000BP EBM GLAC1D 1.png
Selasa, 2025-08-19 21:37:43Preprocessor tarasov glac_1d to ebm simulation input file version 0000.0005 import numpy as np from scipy.interpolate import interp2d from matplotlib import pyplot...
Click to read more »File:Changes of temperature of world 1000 1500 ad 01 01.png
Rabu, 2024-02-21 13:17:05AutoMinorLocator) import matplotlib.ticker as tck import datetime import numpy as np from scipy import interpolate import scipy.signal import math as math...
Click to read more »File:Budyko-sellers climate model if s is 0.85 sol 1 1 1 1.png
Jumat, 2025-10-17 03:41:15org/master/environmental/general/energy/architecture.html Python3 source code import numpy as np import matplotlib.pyplot as plt def run_climate_model(num_half_zones=9...
Click to read more »File:Changes of temperature of world 500 1500 ad 01 01.png
Rabu, 2024-02-21 13:17:14AutoMinorLocator) import matplotlib.ticker as tck import datetime import numpy as np from scipy import interpolate import scipy.signal import math as math...
Click to read more »File:Teotihuacan population model 1 1 1 1.png
Minggu, 2026-04-05 17:38:14Population model of Teotihuacan python3 source code 05.04.2026 0000.0000 import numpy as np import matplotlib.pyplot as plt from scipy.integrate import odeint...
Click to read more »File:Changes of temperature of world 1500 2000 ad 01 01.png
Rabu, 2024-02-21 13:17:07AutoMinorLocator) import matplotlib.ticker as tck import datetime import numpy as np from scipy import interpolate import scipy.signal import math as math...
Click to read more »File:Tiwanaku population simulation hex lattice based 1.png
Selasa, 2024-02-13 09:10:17population simulation 4.1.2023 0000.0000 import matplotlib.pyplot as plt import numpy as np import math from colormap import rgb2hex from hexalattice.hexalattice...
Click to read more »File:Late jurassic 150ma world 1 1 1 1.png
Kamis, 2026-02-12 20:09:08install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp2d...
Click to read more »File:World map 200ma krita 2.png
Rabu, 2024-11-06 20:39:05downscaler 28.6.2021, v 0012.0001 import matplotlib.pyplot as plt import numpy as np import os import netCDF4 as nc from osgeo import gdal from osgeo import...
Click to read more »File:Gliese 12 b temperature if locked airless ocean planet 1.png
Sabtu, 2025-05-10 23:32:17directoty, then "pip install ." https://bell-ebm.readthedocs.io/en/v1.3/ import numpy as np import scipy.ndimage import matplotlib.pyplot as plt import matplotlib...
Click to read more »File:Colors of brown dwarfs 2 1 1 1.png
Kamis, 2026-04-16 14:26:02Zenodo. https://doi.org/10.5281/zenodo.5063476 Python3 source code import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp1d...
Click to read more »File:Hr 1 solar mass star evolution if z 0p014 1 1 1 1.png
Selasa, 2025-05-20 15:56:48it/~sbressan/parsec.html https://people.sissa.it/~sbressan/ Python3 source code import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp1d...
Click to read more »File:Near surface annual temperature deg c 67 million years ago 1.png
Kamis, 2025-08-21 20:05:10netCDF4 from netCDF4 import Dataset from matplotlib.pylab import * import numpy as np from scipy import interpolate from scipy.interpolate import griddata...
Click to read more »File:Late jurassic 160ma koeppen climates 1.png
Minggu, 2026-02-01 20:06:57matplotlib.colors as mcolors import matplotlib.patches as mpatches import numpy as np --- 1. DATAN LATAUS JA ESIVALMISTELU --- ds = xr...
Click to read more »File:Estimated population of tenochtitlan 1 1 1 1.png
Minggu, 2026-03-22 20:30:25matplotlib.pyplot as plt from matplotlib.ticker import MultipleLocator import numpy as np import math from scipy.interpolate import interp1d from scipy.optimize...
Click to read more »File:Assumed development of population of precolumbian tiwanaku 1.png
Rabu, 2025-08-06 13:33:20Andean Tiwanaku civilization collapse: Climate variations import math import numpy as np import scipy import matplotlib.pyplot as plt from matplotlib.offsetbox...
Click to read more »File:Sun like stars mgsi distribution 1.png
Selasa, 2025-03-11 18:57:46fits Python3 code from astropy.io import fits import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn...
Click to read more »File:Solar twins nah distribution 1.png
Rabu, 2025-03-12 12:56:43fits Python3 src from astropy.io import fits import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn...
Click to read more »File:Solar twins alh distribution 1.png
Rabu, 2025-03-12 13:57:53fits Python3 src Python3 source code from astropy.io import fits import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn...
Click to read more »File:Effects of 1mt ground and air burst 1.png
Rabu, 2026-04-08 06:24:39com/nukemap/) https://nuclearsecrecy.com/nukemap/faq/ Python3 source code import numpy as np import matplotlib.pyplot as plt Painevaikutukset (1 Mt) maanpintaräjähdykselle...
Click to read more »File:Planet that has 90 obliquity temperature through the year 2 1 1 1.png
Selasa, 2026-02-17 23:04:27down 7% from current. python3/climlab code 23.10.2023 0000.0004e import numpy as np import matplotlib.pyplot as plt from matplotlib import cm import climlab...
Click to read more »File:Mesoamerica pdsi 11 yr spline 1 1 1 1.png
Kamis, 2026-04-23 15:12:31Python3 source code Mesoamerica PDSI import matplotlib.pyplot as plt import numpy as np import pandas as pd from scipy import interpolate import scipy.signal...
Click to read more »File:Migration and growth simulation of villages 1 1 1 1.png
Minggu, 2025-05-04 20:10:54Python3 source codes. import numpy as np import matplotlib.pyplot as plt from scipy.spatial import Voronoi, voronoi_plot_2d from scipy.ndimage import...
Click to read more »File:Temperature of teegarden b if 23 rsonance desert planet 1.png
Sabtu, 2024-12-28 18:08:01directoty, then "pip install ." https://bell-ebm.readthedocs.io/en/v1.3/ import numpy as np import scipy.ndimage import matplotlib.pyplot as plt import matplotlib...
Click to read more »File:Gliese 12 b temperature profile if rotating ocean planet 1.png
Minggu, 2024-05-26 00:46:38down 10% from current. python3/climblab code 10.5.2023 0000.0002 import numpy as np import matplotlib.pyplot as plt from matplotlib import cm import climlab...
Click to read more »File:Beginning of neolithic in levant 2 1 1 1.png
Minggu, 2026-03-15 10:05:14Template:Viite Template:Viite Template:Viite Template:Viite Python3 import numpy as np import matplotlib.pyplot as plt def draw_solid_box(beginx, endx, beginy...
Click to read more »File:Sunspot-co2.jpg
Kamis, 2025-12-25 07:30:56changes in data formats, locations, etc. # -*- coding: utf-8 -*- import numpy as np import matplotlib.pylab as plt import urllib def smooth(signal, window_size):...
Click to read more »File:Oulu ilmastokaavio 1 1 1 1.png
Jumat, 2025-08-15 18:04:366;43 12;-5.3;39 Python3 source code. Uses sorarpy, pyet, PaleoVeg import numpy as np import pandas as pd import matplotlib matplotlib.use('Agg') # Estää...
Click to read more »File:Permian triassic boundary 251ma co2 450 tas 1.png
Senin, 2023-12-11 14:30:32MPI in root you can use even number of process in mpi: 2, 4, 6 .. import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp2d...
Click to read more »File:Trappist 1e simulated temperature ebm 1 1 1 1.png
Rabu, 2023-10-18 20:24:18directoty, then "pip install ." https://bell-ebm.readthedocs.io/en/v1.3/ import numpy as np import scipy.ndimage import matplotlib.pyplot as plt import matplotlib...
Click to read more »File:Ufo waves in vallee data 1947-1962 1.png
Minggu, 2024-09-22 22:37:54HÅkan Malmqvist ChatGPT generated this Python3 code, some own edit import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import PchipInterpolator...
Click to read more »File:Cretaceous 90ma co2 900 annual temperature 2.png
Selasa, 2025-08-19 22:04:43python3-pip sudo apt install -y python-is-python3 sudo apt install -y python-numpy pip3 install netcdf4 pip3 install exoplasim[netCDF4] Expoplasim code: Note:...
Click to read more »File:Coropuna peat bog pollen 2 1 1 1.png
Jumat, 2026-01-23 11:07:391177/0959683611409772] Python3 source code import matplotlib.pyplot as plt import numpy as np import pandas as pd Ladataan alkuperäinen CSV-tiedosto file_path =...
Click to read more »File:Early agriculture sites in near east 1.png
Selasa, 2026-04-14 07:41:48cartopy.feature as cfeature from cartopy.io.img_tiles import OSM import numpy as np from scipy.ndimage import gaussian_filter lats1=[30.815833,33.88333...
Click to read more »File:Population growth of south mesopotamia 2 1.png
Senin, 2024-07-08 16:50:253 code ver 00 import matplotlib import matplotlib.pyplot as plt import numpy as np import pandas as pd from scipy.interpolate import interp1d from scipy...
Click to read more »File:Gliese 12b temperature as rotation in 2 3 resonance 1 r 1 1 1 1.png
Senin, 2024-05-27 13:44:12directoty, then "pip install ." https://bell-ebm.readthedocs.io/en/v1.3/ import numpy as np import scipy.ndimage import matplotlib.pyplot as plt import matplotlib...
Click to read more »File:Tidal locking and habitable zone 1 1 1 1.png
Sabtu, 2025-11-01 11:06:59journal = {The Astrophysical Journal Letters}, Python3 source code import numpy as np import matplotlib.pyplot as plt def plot_mass_based(): masses = np...
Click to read more »File:Koppen 320ma 1 1.png
Sabtu, 2025-06-21 18:25:16climate dataset python 3 source code, xarray 25.11.2025 v 0000.0000 import numpy as np import xarray as xr import matplotlib.pyplot as plt user_year=320...
Click to read more »File:Pressure of tunguska event if 10mt 1.png
Minggu, 2024-10-06 13:04:02Python elevation import math import matplotlib.colors as mcolors import numpy as np import rasterio import subprocess import os import matplotlib.pyplot...
Click to read more »File:Log equi distance function of kyllikki saari murder site 1 v 1 r 1.png
Jumat, 2025-06-06 19:09:540000.0000 import os import time import math from math import pow import numpy as np import matplotlib.pyplot as plt from PIL import Image import folium...
Click to read more »File:Teegarden b temperature if rotates 1and2 resonance if earth like desert planet.png
Minggu, 2024-10-20 20:21:18directoty, then "pip install ." https://bell-ebm.readthedocs.io/en/v1.3/ import numpy as np import scipy.ndimage import matplotlib.pyplot as plt import matplotlib...
Click to read more »File:Transmission line animation.gif
Senin, 2026-05-11 14:27:47animated GIFs. """ from __future__ import division import pygame as pg from numpy import cos, pi, sin, asarray import subprocess, os directory_now = os.path...
Click to read more »File:Estimated teotihuacan population 4 1 1 1.png
Sabtu, 2026-05-02 10:28:31org/10.1371/journal.pone.0159982 import matplotlib.pyplot as plt import numpy as np Data year_begin = [-150, 1, 150, 200, 350, 550, 600] year_end = [1...
Click to read more »File:Atlanta murders geographical analysis negative exponential ring 2.png
Jumat, 2023-09-29 23:13:443 script import os import time import math from math import pow import numpy as np import scipy as sp import scipy.ndimage import scipy.stats as st from...
Click to read more »File:Atlanta murders 1979 1981 euclidian distance based analysis 1.png
Jumat, 2023-09-29 23:13:403 script import os import time import math from math import pow import numpy as np import scipy as sp import scipy.ndimage import scipy.stats as st from...
Click to read more »File:QHO-Fockstate3.png
Sabtu, 2025-12-13 10:53:39utf8 -*- from math import * import matplotlib.pyplot as plt import numpy as np from numpy.polynomial.hermite import Hermite plt.rc('path', snap=False) plt...
Click to read more »File:QHO-groundstate.png
Senin, 2022-05-30 22:25:15utf8 -*- from math import * import matplotlib.pyplot as plt import numpy as np from numpy.polynomial.hermite import Hermite plt.rc('path', snap=False) plt...
Click to read more »File:QHO-Fockstate1.png
Rabu, 2020-10-14 16:16:01utf8 -*- from math import * import matplotlib.pyplot as plt import numpy as np from numpy.polynomial.hermite import Hermite plt.rc('path', snap=False) plt...
Click to read more »File:Star metallicity vs occurrence of planet types solar type and others 1.png
Senin, 2026-04-20 14:53:03code import pandas as pd import requests from io import StringIO import numpy as np import matplotlib.pyplot as plt from sklearn.linear_model import LogisticRegression...
Click to read more »File:QHO-Fockstate2.png
Minggu, 2024-12-22 16:52:26utf8 -*- from math import * import matplotlib.pyplot as plt import numpy as np from numpy.polynomial.hermite import Hermite plt.rc('path', snap=False) plt...
Click to read more »File:DrudeModelComplexConductivity.png
Kamis, 2026-05-14 08:49:17September 2009 Source self-made using python, pylab and numpy. 06:39, 1 September 2009 (UTC) Author Glenton Jelbert Grj23 (talk) using python, pylab and numpy...
Click to read more »File:Cretaceous ocean currents 93 ma 1.png
Selasa, 2026-01-27 13:41:09as plt from netCDF4 import Dataset from matplotlib.pylab import * import numpy as np from scipy import interpolate from scipy.interpolate import griddata...
Click to read more »File:Estimated population of levant 18000-6000 bc 1.png
Rabu, 2026-01-07 21:40:45This image is based on data from File:Levant population 18000-6000 BCE.png The population of the Levant remained very low throughout the Late Pleistocene...
Click to read more »File:QHO-Fockstate0123.png
Sabtu, 2025-12-13 10:53:21utf8 -*- from math import * import matplotlib.pyplot as plt import numpy as np from numpy.polynomial.hermite import Hermite plt.rc('path', snap=False) plt...
Click to read more »File:Kyllikki saari murder site ringed negative exponential 1 1 1 1.png
Jumat, 2025-06-06 18:32:200000.0002 import os import time import math from math import pow import numpy as np import matplotlib.pyplot as plt from PIL import Image import folium...
Click to read more »File:Atlanta murders 1979 1981 analysis normal distribution from barycenter 1.png
Jumat, 2023-09-29 23:13:393 script import os import time import math from math import pow import numpy as np import scipy as sp import scipy.ndimage import scipy.stats as st from...
Click to read more »File:Teegarden b as locked stone planet simple ebm simulation 1.png
Minggu, 2024-10-20 20:17:32directoty, then "pip install ." https://bell-ebm.readthedocs.io/en/v1.3/ import numpy as np import math import scipy.ndimage import matplotlib.pyplot as plt import...
Click to read more »File:Transmission line animation3.gif
Minggu, 2024-11-17 15:27:24animated GIFs. """ from __future__ import division import pygame as pg from numpy import cos, pi, sin, linspace import subprocess, os directory_now = os.path...
Click to read more »File:MDKQ anim.gif
Rabu, 2025-05-28 01:24:04code is public domain import numpy import matplotlib.pyplot as plt import imageio x = numpy.array([1,2,3,4,5,6,7]) y = numpy.array([2.0,2.5,2.5,3.4,3.7...
Click to read more »File:Mature and late urban harappan settled area in different harappan culture areas 1 1 1 1.png
Minggu, 2025-12-21 19:02:25Philadelphia, PA: University of Pennsylvania Press. Python3 source code import numpy as np import matplotlib.pyplot as plt def add_labels(x, y, sitenum, meanarea...
Click to read more »File:Meteor 60m air burst pressure wind sound 1.png
Minggu, 2026-04-19 18:54:48kgm/m3, angle 45, velocity 20 ms sedimentary rock Python3 source code import numpy as np import matplotlib import matplotlib.pyplot as plt from scipy.interpolate...
Click to read more »File:Effects of 1 kt fission and neutron bomb 1.png
Sabtu, 2025-10-04 00:38:53https://www.ippnw.org/wp-content/uploads/2023/03/PSRQV1N1McCally.pdf import numpy as np import matplotlib.pyplot as plt import matplotlib.patches as patches...
Click to read more »File:Chelsa trace europe ptopet 18000bp 1.png
Selasa, 2025-08-19 21:36:07code will deprecate fast ## ## ## 6.3.2021 ## 0000.0028 ## ## ## import numpy as np import matplotlib.pyplot as plt import scipy from osgeo import gdal...
Click to read more »File:Temperature of Teegarden b as locked water planet simple ebm simulation 1.png
Minggu, 2024-10-20 20:20:10directoty, then "pip install ." https://bell-ebm.readthedocs.io/en/v1.3/ import numpy as np import math import scipy.ndimage import matplotlib.pyplot as plt import...
Click to read more »File:Beginning of neolithic in levant 1 1 1 1.png
Rabu, 2026-02-04 03:08:32Template:Viite Python3 sourc code import matplotlib.pyplot as plt import numpy as np plt.figure(figsize=(18,8)) --- Gradientti --- def draw_gradient(x1...
Click to read more »File:Fictional moon system 4.png
Kamis, 2025-09-25 00:57:253 29.6.2025 v 0000.0000.00021.a02 import numpy as np import math import matplotlib.pyplot as plt from numpy import isnan from math import sqrt import...
Click to read more »File:Effects of 1 mt nuclear explosion 2.png
Kamis, 2025-11-06 22:27:32Python3 source code, chatgpt 3 and 4o generation: lots of own edit import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp1d...
Click to read more »File:Kyllikki saari murder site gaussian analysis params 10 05 v 1 1 1 1.png
Jumat, 2025-06-06 18:25:230000.0001 import os import time import math from math import pow import numpy as np import matplotlib.pyplot as plt from PIL import Image import folium...
Click to read more »File:Northern europe summer jja temperature anomaly 1 1000 ce 1 1 1 1.png
Senin, 2025-11-17 00:58:01Most_Recent_Year: 2006 Time_Unit: AD Core_Length: Notes: Python3 source code import numpy as np import pandas as pd import matplotlib.pyplot as plt Load the CSV file...
Click to read more »File:Kyllikki saari murder site rossmo 2 1 1 1.png
Jumat, 2025-06-06 19:07:05import point import json import os import time import math import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn...
Click to read more »File:Megabiomes 45ka ago 1 1.png
Senin, 2025-08-18 17:30:58anf habitat data viewer Python3 scriptum 11.12.2024 v 0000.0000.02 import numpy as np import matplotlib.pyplot as plt import xarray as xr import matplotlib...
Click to read more »File:Gaussian process 2D abs exp.png
Jumat, 2020-09-11 11:08:51indX,indY = numpy.mgrid[0:n,0:n] C = cov(x[indX],x[indY]) Gamma = numpy.fft.fft2(numpy.roll(numpy.roll(C,len(C)/2,0),len(C)/2,1)) Z1 = numpy.random.randn(n...
Click to read more »File:Tunguska explosion area satellite image map 1.png
Kamis, 2025-09-04 10:30:28tiff" Data is acquired from Copernicus Browser Python3 Source code import numpy as np import rasterio import matplotlib.pyplot as plt import cartopy.crs...
Click to read more »File:Gaussian process 2D squared exp.png
Jumat, 2020-09-11 11:08:55indX,indY = numpy.mgrid[0:n,0:n] C = cov(x[indX],x[indY]) Gamma = numpy.fft.fft2(numpy.roll(numpy.roll(C,len(C)/2,0),len(C)/2,1)) Z1 = numpy.random.randn(n...
Click to read more »File:Sine3D.png
Jumat, 2026-04-10 23:17:32DescriptionSine3D.png English: This image was created with the help of mayavi2 and numpy. This is the python code: from numpy import * from enthought...
Click to read more »File:Rho ophiuchi region L1688 star mass vs dust disk mass.png
Kamis, 2026-01-08 01:31:37source code import pandas as pd import matplotlib.pyplot as plt import numpy as np from scipy.stats import spearmanr from astropy.io import fits def...
Click to read more »File:Permian triassic boundary 251ma co2 15000 obliq 23441 ecc00167 mvelp 283 tas 1.png
Selasa, 2025-12-16 18:18:41install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp2d...
Click to read more »File:Tidally locked desert planet surface temperature 1 1 1 1.png
Sabtu, 2026-04-11 04:46:24python 3.9 ## pip install . 3 import matplotlib as mpl import math import numpy as np import scipy.ndimage from datetime import timedelta from datetime...
Click to read more »File:Ngrip delta o18 500 1000 ce 1 1 1 1.png
Minggu, 2026-02-15 17:04:46switching point from NGRIP1 to NGRIP2 is the year 9830 b2k. Python3 import numpy as np import pandas as pd import matplotlib.pyplot as plt Säädettävät muuttujat...
Click to read more »File:Paris summer jja pdsi reconstruction 1500 2000 ad 1 1 1 1.png
Sabtu, 2026-05-02 14:11:05source code ' import pandas as pd import matplotlib.pyplot as plt import numpy as np Aseta tiedoston nimi file_name = "paris_OWDA_Reconstructed_JJA_PDSI_1500_2000...
Click to read more »File:Star and atmosphere color of different stars ant air pressures 1.png
Selasa, 2024-11-05 15:52:46Python3 code. Note: code has maybe errors, development version. import numpy as np import matplotlib.pyplot as plt import math from scipy.interpolate...
Click to read more »File:Temperature profile if earth gets 93 percent solar radiation 2 r 1.png
Kamis, 2023-05-11 05:01:10down 10% from current. python3/climblab code 10.5.2023 0000.0002 import numpy as np import matplotlib.pyplot as plt from matplotlib import cm import climlab...
Click to read more »File:SPP silver-air interface 370nm.gif
Kamis, 2026-04-16 09:06:57integer division from __future__ import division, print_function import numpy as np from cmath import exp, pi import matplotlib.pyplot as plt from matplotlib...
Click to read more »File:Peru population before 1500ad estimated with constant increase percent 1.svg
Sabtu, 2025-06-14 17:27:19paleopouplation of Paru assumed constant rate 10.11.2022 0000.0002 import math import numpy as np import scipy import matplotlib.pyplot as plt from matplotlib.offsetbox...
Click to read more »File:Map of marfa lights area 2 1 1 1.png
Sabtu, 2025-05-24 02:46:445069/G94M92HB. Accessed: 2025-05-23 0000 import matplotlib.pyplot as plt import numpy as np import cartopy.crs as ccrs import cartopy.io.img_tiles as cimgt import...
Click to read more »File:Matplotlib xkcd.png
Senin, 2021-08-09 05:02:26DescriptionMatplotlib xkcd.png English: Source code: import matplotlib.pyplot as plt import numpy as np plt.xkcd() t = np.arange(0.0, 10.0, 0.01) s = np...
Click to read more »File:Permo-triassic boundary koppen climate types if co2 7500 mvelp 282 1.png
Minggu, 2024-08-11 05:54:23climate types if co2 7500 mvelp 282 1.png/doc. File:Permo-triassic boundary koppen climate types if co2 7500 mvelp 282 1.png/doc This image is based on Paleodem...
Click to read more »File:Stars and skies colors by different spectral types 3.png
Jumat, 2025-08-01 10:38:13Code generated by ChatGPR 3 and 4o import numpy as np import matplotlib.pyplot as plt import math from scipy.interpolate import interp1d Fysiikan vakioita...
Click to read more »File:Permo-triassic boundary koppen climate types if co2 10000 mvelp 282 1.png
Minggu, 2024-08-11 05:51:02types if co2 10000 mvelp 282 1.png/doc. File:Permo-triassic boundary koppen climate types if co2 10000 mvelp 282 1.png/doc This image is based on Paleodem...
Click to read more »File:Ngrip delta o18 1000 - 1500 ce 1 1 1 1.png
Sabtu, 2026-03-07 09:37:52switching point from NGRIP1 to NGRIP2 is the year 9830 b2k. Python3 import numpy as np import pandas as pd import matplotlib.pyplot as plt Säädettävät muuttujat...
Click to read more »File:Permo-triassic boundary koppen climate types if co2 3000 mvelp 282 1.png
Minggu, 2024-08-11 05:51:21climate types if co2 3000 mvelp 282 1.png/doc. File:Permo-triassic boundary koppen climate types if co2 3000 mvelp 282 1.png/doc This image is based on Paleodem...
Click to read more »File:Ngrip delta o18 1 500 ce 1 1 1 1.png
Senin, 2025-07-28 15:37:13switching point from NGRIP1 to NGRIP2 is the year 9830 b2k. Python3 import numpy as np import pandas as pd import matplotlib.pyplot as plt Säädettävät muuttujat...
Click to read more »File:Permo-triassic boundary koppen climate types if co2 2500 mvelp 282 1.png
Minggu, 2024-08-11 05:52:10climate types if co2 2500 mvelp 282 1.png/doc. File:Permo-triassic boundary koppen climate types if co2 2500 mvelp 282 1.png/doc This image is based on Paleodem...
Click to read more »File:Late jurassic 150ma world 2 1 1 1.png
Selasa, 2026-02-17 06:43:15install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp2d...
Click to read more »File:Metallicity versus occurrence of exoplanet types 1.png
Senin, 2026-04-20 14:37:23code import pandas as pd import requests from io import StringIO import numpy as np import matplotlib.pyplot as plt from sklearn.linear_model import LogisticRegression...
Click to read more »File:Punct.png
Sabtu, 2025-12-06 00:29:40DescriptionPunct.png English: Illustration of the puncturing procedure. Python example: import numpy as np def puncturing(message, punct_vec): shift =...
Click to read more »File:Vector123in3D.png
Senin, 2025-12-15 19:55:18DescriptionVector123in3D.png English: Vector <1,2,3> plotted using matplotlib, mpl_toolkits, and numpy in IPython Date 30 January 2020 Source Own work...
Click to read more »File:Permian triassic 252ma co2 450ppm koppen types analysis 1.png
Senin, 2025-12-15 17:32:22MPI in root you can use even number of process in mpi: 2, 4, 6 .. import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp2d...
Click to read more »File:Teegarden star b locked desert thin atmosphere s 1p08 m1p74me patm 18p16 mbar co2 95 percent 1.png
Rabu, 2026-04-22 17:39:33exoplasim basic run settings T21 29.10.2023 0000.0002a2 import math import numpy as np import exoplasim as exo timestep=30.0 years=100 Sol=1361.5 basic input...
Click to read more »File:Pallcacocha grey scale data 1 1 1 1.png
Selasa, 2025-05-06 13:54:164060m Core length 9.2m Code Python3 import matplotlib.pyplot as plt import numpy as np import pandas as pd from scipy.ndimage import gaussian_filter1d from...
Click to read more »File:Ngrip delta o18 1500 - 2000 ce 1 1 1 1.png
Kamis, 2025-11-20 04:13:08switching point from NGRIP1 to NGRIP2 is the year 9830 b2k. Python3 import numpy as np import pandas as pd import matplotlib.pyplot as plt Säädettävät muuttujat...
Click to read more »File:Dual-freq wave packet Fourier-transformed.svg
Kamis, 2026-05-14 21:13:37import numpy as np from scipy.stats import norm from matplotlib.pyplot import subplots, rcParams def std_of_distribution(grid, cnt): return np.sqrt(np...
Click to read more »File:3dProjections.png
Minggu, 2023-05-28 20:05:40Description3dProjections.png English: Made with Matplotlib and numpy. Date 30 April 2021 Source Own work Author Amélia Oliveira Freitas da Silva...
Click to read more »File:Effects of nuclear weapons 100-500 kt 1.png
Selasa, 2026-06-02 18:28:11Python3 source code, chatgpt 3 and 4o generation: lots of own edit import numpy as np import matplotlib.pyplot as plt import matplotlib.patches as mpatches...
Click to read more »File:Permo triassic boundary temperature comparison 450 7500 ppm 1.png
Sabtu, 2023-12-09 14:06:30install exoplasim[netCDF4] not "sudo pip3 install exoplasim[netCDF4]" import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import interp2d...
Click to read more »File:Permo-triassic boundary koppen climate types if co2 450 mvelp 282 1.png
Minggu, 2024-08-11 05:52:58climate types if co2 450 mvelp 282 1.png/doc. File:Permo-triassic boundary koppen climate types if co2 450 mvelp 282 1.png/doc This image is based on Paleodem...
Click to read more »File:Habitable zone star color sky color star size 1.png
Sabtu, 2026-01-31 00:12:464o AI Note and warning : very basic approach, maybe has errors. import numpy as np import matplotlib.pyplot as plt import math Fysiikan vakioita h =...
Click to read more »File:Teegardens star b as locked earthlike 2mearth p2.82 atm co2 05 perc 1.png
Minggu, 2024-10-20 20:19:01exoplasim basic run settings T21 29.10.2023 0000.0002a2 import math import numpy as np import exoplasim as exo timestep=30.0 years=100 Sol=1361.5 basic input...
Click to read more »File:Teegarden b as hot runaway greehouse world 1.png
Minggu, 2024-10-20 20:21:45energy balance model python3/climlab code 23.10.2023 0000.0004a 3 import numpy as np import matplotlib.pyplot as plt from matplotlib import cm import climlab...
Click to read more »File:Temperature of fast rotaing desert planet by latitude simple ebm and diffusion 1 1 1 1.png
Jumat, 2023-11-03 23:05:26effect, albedo, diffusion python 3 source code 03.11.2023 v 0000.0000 import numpy as np import scipy import math import matplotlib.pyplot as plt import PIL...
Click to read more »









