Податотека:Comoving distance and lookback time (Planck 2018).png

Од testwiki
Прејди на прегледникот Прејди на пребарувањето
Изворна податотека (1.941 × 1.294 пиксели, големина: 141 КБ, MIME-тип: image/png)

Оваа податотека е од Ризницата и може да се користи во други проекти. Описот од нејзината описна страница е прикажан подолу.

Опис

Опис
English: This plot shows the comoving distance and lookback time for the Planck 2018 cosmology parameters, from redshift 0 to 15, with distance (blue solid line) on the left axis, and time (orange dashed line) on the right. Note that the time that has passed (in giga years) from a given redshift until now is not the same as the distance (in giga light years) to that redshift, due to the expansion of space over the intervening period.
Датум
Извор сопствено дело
Автор Parejkoj

This plot was generated with the following python code, using astropy, numpy, and matplotlib:

import matplotlib.pyplot as plt
import numpy as np
import astropy.units as u
from astropy.cosmology import Planck18

z = np.arange(0, 15, 0.01)

fig, ax1 = plt.subplots()
ax2 = ax1.twinx()

fontkwargs = {"fontweight": "bold", "fontsize": "large"}
color1 = "blue"
lines1 = ax1.plot(z, Planck18.comoving_distance(z).to(u.Glyr),
                  label="distance (left axis)", color=color1)
ax1.set_xlim(0, 15)
ax1.set_xlabel("redshift (z)", fontweight="bold")
ax1.set_xticklabels(ax1.get_xticks(), weight="bold")
ax1.set_ylabel("comoving distance (giga light years)", color=color1, **fontkwargs)
ax1.tick_params(axis='y', colors=color1)
ax1.set_yticklabels(ax1.get_yticks(), weight="bold")

color2 = "darkorange"
# put them on the same vertical scale:
ax2.set_ylim(ax1.get_ylim())
lines2 = ax2.plot(z, Planck18.lookback_time(z), "--",
                  label="time (right axis)", color=color2)
ax2.set_ylabel("lookback time (giga years)", color=color2, **fontkwargs)
ax2.tick_params(axis='y', colors=color2)
ax2.set_yticklabels(ax2.get_yticks(), weight="bold")

ax1.grid()

lines = lines1 + lines2
ax1.legend(lines, [line.get_label() for line in lines], fontsize="large")

plt.savefig("comoving_distance_and_time.png", dpi=300, bbox_inches="tight")
plt.show()
input()

Лиценцирање

Јас, праводржецот на ова дело, со ова го објавувам истото под следнава лиценца:
Creative Commons CC-Zero Оваа податотека е достапна под лиценцата Криејтив комонс CC0 1.0 Предавање во јавна сопственост.
Лицето поврзано со делото со овој документ го има предадено истото во јавна сопственост, откажувајќи се од сите права на тоа дело за цел свет, под законот за авторско право и поврзани или сродни законски права што ги имало на тоа дело, дотолку колку што е дозволено со закон. Делата под CC0 не бараат припишување (наведување автор и/или извор). Кога го наведувате делото, наводот не треба да подразбира каква било поддршка од авторот.

Описи

Опишете во еден ред што претставува податотекава
Plot of comoving distance and lookback time for the Planck 2018 cosmology

Предмети прикажани на податотекава

прикажува

16 ноември 2023

1.294 пиксел

1.941 пиксел

Историја на податотеката

Стиснете на датум/време за да ја видите податотеката како изгледала тогаш.

Датум/времеМинијатураДимензииКорисникКоментар
тековна22:25, 16 ноември 2023Минијатура на верзијата од 22:25, 16 ноември 20231.941 × 1.294 (141 КБ)wikimediacommons>ParejkojRemoved grid lines: they were just visual clutter

Податотекава се користи во следнава страница: