File:Polyvinylalkohol-Spinne.svg
Summary
Description |
Deutsch: Spinnendiagramm: Beständigkeit von Polyvinylalkohol-Schutzhandschuhen
English: Glove selection: Polyvinyl alcohol |
||
Date | |||
Source | Own work after http://www.dguv.de/dguv/medien/ifa/de/pra/chemikalienschutzhandschuhe/pdf/polyvinylalkohol.pdf | ||
Author | Kopiersperre, code by StefanPohl | ||
Permission (Reusing this file) |
|
||
SVG development | Category:Invalid SVG created with Gnuplot code#1000Polyvinylalkohol-Spinne.svg ![]() Category:Translation possible - SVGThis plot uses embedded text that can be easily translated using a text editor. | ||
Source code | Gnuplot codecode=reset
set term svg size 700,700 fname 'Verdana' fsize 12
set size square .9
set lmargin at screen .15
set tmargin at screen .9
set angles degrees
unset key
unset border
set polar
set rtics ("" 0, "0" 1, "1" 2, "2" 3, "3" 4, "4" 5, "5" 6, "6" 7)
set rrange [1e-2:7]
unset xtics
unset ytics
set grid polar 30 lt 1 lc 0 lw 0.3
set_label(x, text) = sprintf("set label '%s' at (8*cos(%f)), (8*sin(%f)) center", text, x, x)
eval set_label(0, "Methanol") #0
eval set_label(30, "Aceton") #0
eval set_label(60, "Acetonitril") #5
eval set_label(90, "Dichlormethan") #6
eval set_label(120, "Schwefelkohlenstoff") #6
eval set_label(150, "Toluol") #6
eval set_label(180, "Diethylamin") #1
eval set_label(210, "Tetrahydrofuran") #4
eval set_label(240, "Ethylacetat") #6
eval set_label(270, "n-Heptan") #6
eval set_label(300, "NaOH") #0
eval set_label(330, "H2SO4") #0
set output 'polyvinylalkohol.svg'
plot "-" u 1:2 t "Polyvinylalkohol" w l lt 1 lw 3 lc rgb 0xFF0000
0 1
30 1
60 6
90 7
120 7
150 7
180 2
210 5
240 7
270 7
300 1
330 1
360 1
e
unset output
|