DescriptionOperating systems used on top 500 supercomputers.svg
English: This figure shows the operating systems used on the supercomputers listed on the Top500 list. Data for this figure was compiled from http://top500.org/stats
I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
#!/usr/bin/gnuplot
#
# Gnuplot Script zur Erstellung des SVG-Dokuments
#
# gnuplot 4.4.4 (gnuplot 4.6.1 does not display years)
#
set encoding iso_8859_15
unset border
set terminal svg enhanced size 1000 700 fname "DejaVu Sans" fsize 16
set output "result.svg"
set style data filledcurves y1=0 ## füllt die Kurven, aber nicht Ende zu Ende, sondern macht den Farbbereich größer
set ylabel "%" rotate by 0 offset 2,1.5
set key invert reverse Left outside
set xtics in scale 0,0 rotate by 90 offset first 0.5,first 0-9 1993,1,2012
set ytics in scale 0,0 0,10,100
set yrange [0:100.001]
set grid front linetype 0 linewidth 1.000, linetype 0 linewidth 1.000
plot \
'cpu.csv' using 1:($2+$4+$6+$3+$5+$7) title "mac" lt rgb "#6f0085" ,\
'' using 1:($2+$4+$6+$3+$5) title "bsd" lt rgb "#f7c500" ,\
'' using 1:($2+$4+$6+$3) title "windows" lt rgb "#1d93d6" ,\
'' using 1:($2+$4+$6) title "na/mixed" lt rgb "#aa3030" ,\
'' using 1:($2+$4) title "unix" lt rgb "#6fcbbc" ,\
'' using 1:($2) title "linux" lt rgb "#fff400"
set term x11
{{Information |Description={{en|1=This figure shows the operating systems used on the supercomputers listed on the Top500 list. Data for this figure was compiled from http://top500.org/stats}} |Source=Eigenes Werk (own work) / source top500.org |Author=[[
File usage
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.