Any autoconfirmed user can overwrite this file from the same source. Please ensure that overwrites comply with the guideline.
תקציר
תיאורLeapsecond.ut1-utc.svg
English: Plot showing the difference UT1−UTC in seconds. Vertical segments correspond to leap seconds. Red part of graph was prediction (future values) at the time the file was made.
Čeština: Graf zobrazující rozdíl UT1−UTC v sekundách. Svislé úseky odpovídají přestupným sekundám. Červená část je předpověď budoucích hodnot (v okamžiku vytvoření grafu).
האדם ששייך יצירה להיתר הזה הקדיש את היצירה לנחלת הכלל על־ידי ויתור על כל הזכויות שלו או שלה על היצירה בכל העולם לפי חוק זכויות יוצרים, לרבות כל הזכויות הקשורות או הסמוכות כקבוע בחוק. באפשרותך להעתיק, לשנות, להפיץ, או להציג את היצירה, אפילו למטרות מסחריות, וכל זה אפילו מבלי לבקש רשות.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse
leapsecs.gnuplot contains commands for gnuplot 6.0:
set xdata time
set timefmt "%Y-%m-%d"
set format x "%Y"
set xrange ["1973-01-01":"2027-01-01"]
set yrange [-0.9:0.9]
set xtics "1970-01-01", 5 years
set mxtics time 1 year
set grid lt 3 lc 0
set terminal svg font "Arial,16"
set style line 1 lc rgb 'dark-green' lt 1
set style line 2 lc rgb 'red' lt 1
unset key
makedate(y,m,d,j) = sprintf("%04d-%02d-%02d", (j <= 51543 ? 1900 + y : 2000 + y), m, d)
set output 'Leapsecond.ut1-utc.svg'
plot \
'finals-iers.txt' \
using (makedate($1,$2,$3,$4)):($6) \
with lines linestyle 1 title 'Measured', \
'finals-pred.txt' \
using (makedate($1,$2,$3,$4)):($6) \
with lines linestyle 2 title 'Predicted'
set output
כיתובים
נא להוסיף משפט שמסביר מה הקובץ מייצג
Plot showing the difference UT1−UTC in seconds
Graf zobrazující rozdíl UT1−UTC v sekundách
image montrant la différence UT1 - UTC en secondes
Az UT1 és UTC közti (másodpercekben mért) eltérést mutató grafikon