ဝှာင်:Solar system planets a(AU) vs period(terrestrial years).svg

အခြားဘာသာစကားများဖြင့် စာမျက်နှာအကြောင်းအရာများကို ပံ့ပိုးမထားပါ။
နူ ဝဳကဳပဳဒဳယာ

ဝှာင် တမ်မူလ(SVG ဝှာင်, မိက်ကဵုကသပ် ၇၆၉ × ၃၃၆ pixels, ဇမၞော် ဝှာင်: ၃၄ KB)

ဝှာင်ဏအ် ဒှ်ဝှာင် နူကဵု ဝီကီမီဒီယာ ကွန်မွန်းစ် တုဲ မဒှ်ဝှာင် မသုင်စောဲလဝ် နကဵုပရဝ်ဂျေတ် တၞဟ်လေဝ် ဒှ်မာန်ရ၊၊ အရာမလဴထ္ၜး ပ္ဍဲဝှာင်တအ်ဂှ် မုက်လိက် မလဴထ္ၜး ဝှာင် ထ္ၜးကဵုလဝ် အတိုင်ဗွဲသၟဝ်ဝွံရ၊၊

သကေမ်

ကဵုယၟု
English: Log-log plot of the semi-major axis (in Astronomical Units) versus the orbital period (in terrestrial years) for the eight planets of the Solar System.
စၟတ်တ္ၚဲ
တမ်ရိုဟ် Planetary Fact Sheet - Ratio to Earth Values. NASA.
ကဝိ Rubberduck
အခြား ဗားရှင်းများ
Solar system orbital period vs semimajor axis.svg
Solar system orbital period vs semimajor axis es.svg
SVG genesis
InfoField
 
SVG ၏ ကုဒ်သည် ခိုင်လုံသည်
 
This plot was created with Matplotlib.
 
 This plot uses embedded text that can be easily translated using a text editor.
ဆို့စ်ကုတ်ဒ်
InfoField

Python code

Source code
from matplotlib import pyplot as plt
plt.rcParams['svg.fonttype'] = 'none'
plt.rcParams['text.usetex'] = False

x = [0.241, 0.615,1,1.88,11.9,29.4,83.7,163.7]
y = [0.387, 0.723, 1, 1.52, 5.20, 9.58, 19.20, 30.05]
labels = ['Mercury', 'Venus', 'Earth', 'Mars', 'Jupiter', 'Saturn', 'Uranus', 'Neptune']

fig, ax = plt.subplots(figsize=(10,6))
ax.loglog(x, y, 'bo', markersize=4)
for label, xx, yy in zip(labels, x, y):
    ax.annotate(label, 
                (xx, yy),
                textcoords="offset points",
                xytext=(-8,0),
                ha="right",
                bbox=dict(boxstyle="round", fill=None)
               )
ax.set_aspect(.5)
ax.grid(True)
ax.grid(True, 'minor', ls=':')
ax.set_xlim([.1,200])
ax.set_ylim([.2, 80])
ax.set_xlabel('Period (terrestrial years)', fontsize=13)
ax.set_ylabel('Semi-major axis (AU)', fontsize=13)
fig.savefig('solar.svg', transparent=True, bbox_inches='tight')

မသ္ဂုတ်သွာတ်လာင်ဇြေန်

This work is ineligible for copyright and therefore in the public domain because it consists entirely of information that is common property and contains no original authorship.

ပုံစာများ

ဤဖိုင်၏ဆိုလိုရင်းကို စာတစ်ကြောင်းရှင်းလင်းချက်ဖြင့် ထည့်သွင်းရန်
Log-log plot of the semi-major axis (in Astronomical Units) versus the orbital period (in terrestrial years) for the eight planets of the Solar System.

Items portrayed in this file

depicts အင်္ဂလိက်

၁၉ မာတ် 2020

media type အင်္ဂလိက်

image/svg+xml

ဝှာင် လၟေင်အပြံင်အလှာဲ

ဍဵု လတူ စၟတ်တ္ၚဲ/အခိင် မွဲမွဲ သွက်ဂွံ ထ္ၜးကဵု ဝှာင် မကတဵုဒှ်လဝ် ပ္ဍဲအခိင်ဂှ်၊၊

စၟတ်တ္ၚဲ/အခိင်ဗီုပြင်နမူနာပမာဏညးလွပ်တင်ပသောင်ကလး
လၟုဟ် ၀၃:၄၅၊ ၁၃ အံက်တဝ်ဗါ ၂၀၂၀ဍဵုသၞေမ်ၝောအ်တဲ သွက်မူလိက် နကဵု  ၀၃:၄၅၊ ၁၃ အံက်တဝ်ဗါ ၂၀၂၀၇၆၉ × ၃၃၆ (၃၄ KB)Rowanc1Changed the name of the planet "Jupyter" to Jupiter. See https://twitter.com/fperez_org/status/1311081298715312128
၀၉:၁၁၊ ၂၀ မာတ် ၂၀၂၀ဍဵုသၞေမ်ၝောအ်တဲ သွက်မူလိက် နကဵု  ၀၉:၁၁၊ ၂၀ မာတ် ၂၀၂၀၇၆၉ × ၃၃၆ (၃၄ KB)Krishnavedalafixed 10^{-1} tick label manually
၀၈:၂၉၊ ၂၀ မာတ် ၂၀၂၀ဍဵုသၞေမ်ၝောအ်တဲ သွက်မူလိက် နကဵု  ၀၈:၂၉၊ ၂၀ မာတ် ၂၀၂၀၇၆၇ × ၃၃၄ (၃၄ KB)KrishnavedalaUploaded a work by {{u|Krishnavedala|Rubberduck}} from {{cite web|title= Planetary Fact Sheet - Ratio to Earth Values|publisher={{w|NASA}}|url=https://nssdc.gsfc.nasa.gov/planetary/factsheet/planet_table_ratio.html}} with UploadWizard

မုက်လိက် မရပ်စပ် ဝှာင်ဏအ် ဟွံမဲ၊၊

ဝှာင် သွက်ဂွံသုင်စောဲ ဂလုပ်ဗဴ

ဗွဲသၟဝ်ဏအ်ဂှ် ဒှ်အရာ ဝဳကဳတၞဟ် မစကာလဝ် ဝှာင်ဏအ်၊၊

  • ဗီုစကာ ပ္ဍဲ www.wikidata.org

မဳတာဒေတာ