File:Bildschirmgroesse.svg

From Wikimedia Commons, the free media repository

Jump to: navigation, search

Bildschirmgroesse.svg(SVG file, nominally 800 × 600 pixels, file size: 33 KB)

Contents

[edit] Summary

Description
English: Width and height of a screen with given diagonal and aspect ratio
Deutsch: Breite und Höhe eines Bildschirms mit gegebener Diagonale und gegebenem Seitenverhältnis
Date

1.12.2008

Source

Own work

Author

Benny R.

Permission
(Reusing this image)

See below.

[edit] Licensing

Public domain I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide.

In case this is not legally possible:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.


Afrikaans | Alemannisch | Aragonés | العربية | Asturianu | Azərbaycan | Беларуская (тарашкевіца) | Български | Català | Cebuano | Soranî / کوردی | Česky | Cymraeg | Dansk | Deutsch | Ελληνικά | English | Esperanto | Español | Eesti | Euskara | Estremeñu | فارسی | Suomi | Français | Galego | עברית | हिन्दी | Hrvatski | Magyar | Հայերեն | Bahasa Indonesia | Ido | Íslenska | Italiano | 日本語 | ქართული | ភាសាខ្មែរ | 한국어 | Ripoarisch | Kurdî / كوردی | Latina | Lietuvių | Latviešu | 文言 | Македонски | Bahasa Melayu | Plattdüütsch | Nederlands | ‪Norsk (nynorsk)‬ | ‪Norsk (bokmål)‬ | Polski | Português | Română | Русский | Slovenčina | Slovenščina | Shqip | Српски / Srpski | Svenska | ไทย | Tagalog | Türkçe | Українська | Vèneto | Tiếng Việt | Walon | 吴语 | 中文 | ‪中文(简体)‬ | ‪中文(繁體)‬ | 粵語 | +/−

[edit] Source Code

This image was created using gnuplot 4.2.4.

reset
set terminal svg size 800,600 fixed enhanced font "Verdana,12"
set encoding iso_8859_1

set style line 1 linetype 1 linewidth 2 linecolor rgb "black"
set style line 2 linetype 1 linewidth 2 linecolor rgb "red"
set style line 3 linetype 1 linewidth 2 linecolor rgb "blue"
set style line 4 linetype 1 linewidth 2 linecolor rgb "dark-green"

set style line 5 linetype 1 linewidth 0 linecolor rgb "gray90"
set style line 6 linetype 1 linewidth 0 linecolor rgb "light-yellow"

w (x, a, b) = x * a / sqrt (a**2 + b**2)
h (x, a, b) = x * b / sqrt (a**2 + b**2)

unset key
set grid front

set xlabel "Bildschirmdiagonale in Zoll"
set xrange [13:24]
set xtics 1
set mxtics 1

set ylabel "H\366he und Breite in cm"
set autoscale y
set ytics 5
set mytics 5

set label 1 "Breite"  at 15.5, 40 center front textcolor rgb "dark-yellow" offset 0, 1
set label 2 "H\366he" at 21.5, 20 center front offset 0, 1

set label 1 font "Verdana,40"
set label 2 font "Verdana,40" textcolor rgb "dark-gray"

set label 3  "5:4"   at 22, 2.54 * w (22.0, 5.0, 4.0)   left  front textcolor rgb "black"      offset 0.2, -0.5
set label 4  "5:4"   at 23, 2.54 * h (23.0, 5.0, 4.0)   right front textcolor rgb "black"      offset -0.2, 0.5
set label 5  "4:3"   at 22, 2.54 * w (22.0, 4.0, 3.0)   right front textcolor rgb "red"        offset -0.2, 0.5
set label 6  "4:3"   at 23, 2.54 * h (23.0, 4.0, 3.0)   left  front textcolor rgb "red"        offset 0.2, -0.5
set label 7  "16:10" at 23, 2.54 * w (23.0, 16.0, 10.0) left  front textcolor rgb "blue"       offset 0.2, -0.5
set label 8  "16:10" at 23, 2.54 * h (23.0, 16.0, 10.0) right front textcolor rgb "blue"       offset -0.2, 0.5
set label 9  "16:9"  at 23, 2.54 * w (23.0, 16.0, 9.0)  right front textcolor rgb "dark-green" offset -0.2, 0.5
set label 10 "16:9"  at 23, 2.54 * h (23.0, 16.0, 9.0)  left  front textcolor rgb "dark-green" offset 0.2, -0.5

set output "bildschirmgroesse.svg"

plot 2.54*x/sqrt(2) ls 5 with filledcurves x1,\
     2.54*x/sqrt(2) ls 6 with filledcurves x2,\
     2.54*w(x,5.0,4.0) ls 1,\
     2.54*h(x,5.0,4.0) ls 1,\
     2.54*w(x,4.0,3.0) ls 2,\
     2.54*h(x,4.0,3.0) ls 2,\
     2.54*w(x,16.0,10.0) ls 3,\
     2.54*h(x,16.0,10.0) ls 3,\
     2.54*w(x,16.0,9.0) ls 4,\
     2.54*h(x,16.0,9.0) ls 4

set output
set terminal pop
reset
Information icon.svg The categories of this image should be checked. Check them now!
  • Remove redundant categories and try to put this image in the most specific category/categories
  • Remove this template

Afrikaans | Alemannisch | Català | Česky | Dansk | Deutsch | Deutsch (Sie-Form) | English | Español | Eesti | Suomi | Français | עברית | Հայերեն | Italiano | 日本語 | Magyar | Македонски | Malti | Plattdüütsch | Nederlands | Polski | Português | Română | Русский | Slovenčina | ไทย | Vèneto | 中文 | +/−


Usage:

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current15:18, 1 December 2008Thumbnail for version as of 15:18, 1 December 2008800×600 (33 KB)Benny R. (talk | contribs) ({{Information |Description={{en|1=Width and height of a screen with given diagonal and aspect ratio}} {{de|1=Breite und Höhe eines Bildschirms mit gegebener Diagonale und gegebenem Seitenverhältnis}} |Source=Eigenes Werk (own work) |Author=[[User:Benny )

There are no pages that link to this file.

Global file usage

The following other wikis use this file: