File:LK 4 - prędkości maksymalne dla EZT.svg
Summary
Description |
Polski: Wykres prędkości maksymalnych dla EZT na linii kolejowej nr 4 (CMK) 2017/2018 |
Date | |
Source | Wykaz maksymalnych prędkości - autobusy szynowe i EZT |
Author | Tbap |
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Gnuplot source
set terminal svg size 1600,500
set object 1 rectangle from screen 0,0 to screen 1,1 fillcolor rgb"white" behind
set output 'plots/lk004.svg'
set style fill transparent pattern 4 border
set title 'Linia kolejowa nr 4 Grodzisk Mazowiecki - Zawiercie'
set yrange [0:210]
set xrange [0:224.915]
set x2range [0:224.915]
set xtics rotate by 90 right
set ytics 40
set x2tics
set xtics ("Grodzisk Mazowiecki" 1.057, "Korytów" 14.574, "Szeligi" 23.542, "Strzałki" 57.381, "Idzikowice" 80.608, "Opoczno Południowe" 92.142, "Olszamowice" 124.505, "Włoszczowa Północ" 152.390, "Psary" 170.479, "Góra Włodawska" 206.688, "Zawiercie" 224.05)
set grid
set ylabel "km/h"
set x2label "km"
set key outside right center
set datafile separator ";"
plot 'data/4_N.csv' using 1:2 notitle with steps lt 3 lw 4, \
'data/4_N.csv' using 1:2 title "tor N" with fillsteps fs solid 0.15 lt 3, \
'data/4_P.csv' using 1:2 notitle with steps lt 1 lw 2, \
'data/4_P.csv' using 1:2 title "tor P" with fillsteps fs solid 0.15 lt 1, \
4_N.csv:
1,091;200
3,500;200
78,516;160
80,300;120
82,400;160
123,200;160
125,200;160
156,496;200
212,200;200
214,800;160
222,400;110
224,889;110
4_P.csv:
1,395;200
3,500;200
78,516;160
80,300;120
82,400;160
123,200;160
125,200;160
156,496;200
212,200;200
214,800;160
222,400;110
224,915;110