File:Linux kernel loc.svg
Summary
| Description |
Deutsch: Codezeilen des Linux Kernels, Selbstgemacht mit gnuplot |
| Date | |
| Source | Own work |
| Author | Gonzhauser at German Wikipedia |
lines_of_code.dat:
1 90 0.008413 0.01
2 563 0.170581 1.0.0
3 561 0.170320 1.1.0
4 909 0.294623 1.2.0
5 992 0.323581 1.3.0
6 2015 0.716119 2.0.0
7 1727 0.735736 2.1.0
8 4599 1.676182 2.2.0
9 4721 1.763358 2.3.0
10 8187 3.158560 2.4.0
11 9893 3.833603 2.5.0
12 15007 5.475685 2.6.0
13 ? 8.082358 2.6.24
gnuplot_command:
set title "Linux Kernel Lines of Code"
set missing '?'
#set terminal png
#set output "graph.png"
set terminal svg
set output "graph.svg"
set ylabel "Million lines of code"
set yrange [0:9.0]
set xrange [0:14]
set style data histogram
set style fill solid border -1
set xtics ("0.01" 1.0, "1.0" 2.0, "1.1" 3.0, "1.2" 4.0, "1.3" 5.0, "2.0" 6.0, "2.1" 7.0, "2.2" 8.0, "2.3" 9.0, "2.4" 10.0, "2.5" 11.0, "2.6" 12.0, "2.6.24" 13.0)
set boxwidth .9
set key off
plot "lines_of_code.dat" using 1:3 with boxes
Licensing
Gonzhauser at the German-language Wikipedia, the copyright holder of this work, hereby publishes it under the following license:
| Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License. |
| This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. | ||
Attribution: | ||
| ||
| This licensing tag was added to this file as part of the GFDL licensing update. |
Original upload log
Transferred from de.wikipedia to Commons by Kopiersperre using CommonsHelper.
The original description page was here. All following user names refer to de.wikipedia.
- 2008-04-21 22:03 MichaelSchoenitzer 600×480× (14774 bytes)
- 2008-02-06 13:46 Ben g 600×480× (13821 bytes) remove key
- 2008-01-26 15:46 MichaelSchoenitzer 600×480× (14722 bytes) {{Information |Beschreibung = |Quelle = |Urheber = |Datum = |Genehmigung = |Andere Versionen = |Anmerkungen = }}
- 2007-12-17 20:00 MichaelSchoenitzer 600×480× (14725 bytes)
- 2007-12-12 23:51 Gonzhauser 600×480× (13357 bytes) {{Information |Beschreibung = Codezeilen des Linux Kernels |Quelle = Selbstgemacht mit gnuplot |Urheber = Gonz Hauser |Datum = 13.12.2007 |Genehmigung = |Andere Versionen = |Anmerkungen = }}