Dosya:Q tails (sans-serif) pie chart.svg
bilgipedi.com.tr sitesinden
Bu SVG dosyasının PNG önizlemesinin boyutu: 650 × 350 piksel. Diğer çözünürlükler: 320 × 172 piksel | 640 × 345 piksel | 1.024 × 551 piksel | 1.280 × 689 piksel | 2.560 × 1.378 piksel.
Orijinal dosya (SVG dosyası, sözde 650 × 350 piksel, dosya boyutu: 62 KB)
Bu dosya Wikimedia Commons deposunda bulunmaktadır ve diğer projeler tarafından kullanılıyor olabilir. Aşağıda dosya açıklama sayfasındaki açıklama gösteriliyor.
İçindekiler
Data
From Identifont.[1] See also w:en:User:Psiĥedelisto/Q_tails.
type serif sans Meets bowl 3363 4521 Bisecting 1461 2719 “2” shape 304 428 Outside bowl 271 397 Inside bowl only 129 220
Özet
AçıklamaQ tails (sans-serif) pie chart.svg |
English: The code that generated this image is based on only lightly modified code from this StackOverflow answer by user "vagoberto". The code is licensed under the terms of the Creative Commons Attribution-ShareAlike 3.0 Unported license. |
Tarih | |
Kaynak | Yükleyenin kendi çalışması |
Yazar | Psiĥedelisto |
SVG gelişimi InfoField | Bu SVG kaynak kodu geçerlidir. Bu vektörel grafik Gnuplot ile oluşturuldu. |
Kaynak kodu InfoField | Gnuplot codeset terminal svg size 650,350 enhanced font 'Liberation Sans, Helvetica, Arial, sans-serif,10'
set output 'qtails-sans.svg'
set title 'Q tails (sans-serif)' font "Liberation Sans Bold,16"
filename = 'qtails.csv'
rowi = 1
rowf = 7
# obtain sum(column(2)) from rows `rowi` to `rowf`
set datafile separator '\t'
stats filename u 3 every ::rowi::rowf noout prefix "A"
# rowf should not be greater than length of file
rowf = (rowf-rowi > A_records - 1 ? A_records + rowi - 1 : rowf)
angle(x)=x*360/A_sum
percentage(x)=x*100/A_sum
# circumference dimensions for pie-chart
centerX=0
centerY=0
radius=1
# label positions
yposmin = 0.0
yposmax = 0.95*radius
xpos = 1.5*radius
ypos(i) = yposmax - i*(yposmax-yposmin)/(1.0*rowf-rowi)
#-------------------------------------------------------------------
# now we can configure the canvas
set style fill solid 1 # filled pie-chart
unset key # no automatic labels
unset tics # remove tics
unset border # remove borders; if some label is missing, comment to see what is happening
set size ratio -1 # equal scale length
set xrange [-radius:2*radius] # [-1:2] leaves space for labels
set yrange [-radius:radius] # [-1:1]
#-------------------------------------------------------------------
pos = 0 # init angle
colour = 0 # init colour
# 1st line: plot pie-chart
# 2nd line: draw colored boxes at (xpos):(ypos)
# 3rd line: place labels at (xpos+offset):(ypos)
plot filename u (centerX):(centerY):(radius):(pos):(pos=pos+angle($3)):(colour=colour+1) every ::rowi::rowf w circle lc var,\
for [i=0:rowf-rowi] '+' u (xpos):(ypos(i)) w p pt 5 ps 4 lc i+1,\
for [i=0:rowf-rowi] filename u (xpos):(ypos(i)):(sprintf('%.2f%% %s', percentage($3), stringcolumn(1))) every ::i+rowi::i+rowi w labels left offset 3
|
Lisanslama
Ben, bu işin telif sahibi, burada işi aşağıdaki lisans altında yayımlıyorum:
Bu dosya Creative Commons Evrensel Kamu Malı İthafı altındadır. | |
Bu çalışmayı oluşturan kişi bu senet ile eser hakkında tüm dünya çapında telif hakkı yasaları kapsamında, yasalar tarafından izin verilen ölçülerde ve diğer benzer tüm haklarından feragat etmiş ve kamu malı olarak nitelendirmiştir. Siz bu çalışmayı ve eseri hiç bir izin almadan ticari amaçlar da dahil olmak üzere kopyalayabilir, değiştirebilir ve serbestçe dağıtabilirsiniz.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
- ↑ 3: $ style. Identifont. Retrieved on 2017-02-02. To get the numbers in the table, click Question 1 (serif or sans-serif?) or Question 2 (Q shape) and change the value. They appear under X possible fonts.
Bu dosyada gösterilen öğeler
betimlenen
3 Şubat 2017
Dosya geçmişi
Dosyanın herhangi bir zamandaki hâli için ilgili tarih/saat kısmına tıklayın.
Tarih/Saat | Küçük resim | Boyutlar | Kullanıcı | Yorum | |
---|---|---|---|---|---|
güncel | 03.33, 3 Şubat 2017 | 650 × 350 (62 KB) | wikimediacommons>Psiĥedelisto | User created page with UploadWizard |
Dosya kullanımı
Aşağıdaki sayfa bu dosyayı kullanmaktadır:
Meta veri
Bu dosyada, muhtemelen fotoğraf makinesi ya da tarayıcı tarafından eklenmiş ek bilgiler mevcuttur. Eğer dosyada sonradan değişiklik yapıldıysa, bazı bilgiler yeni değişikliğe göre eski kalmış olabilir.
Kısa başlık | Q tails |
---|---|
Resim başlığı | Produced by GNUPLOT 5.0 patchlevel 5 |
Genişlik | 650 |
Yükseklik | 350 |
"http://bilgipedi.com.tr/wiki/Dosya:Q_tails_(sans-serif)_pie_chart.svg" sayfasından alınmıştır