File:Rail-baltica-poland-v-max.svg

Summary

Description
Polski: Prędkości maksymalne na polskim odcinku Rail Baltica.
English: Maximum allowed speed on the Polish part of Rail Baltica.
Date
Source Wykazy maksymalnych prędkości PKP PLK 2017/2018
Author Tbap
SVG development
InfoField
Source code
InfoField

Gnuplot code

set terminal svg size 1600,500
set object 1 rectangle from screen 0,0 to screen 1,1 fillcolor rgb"white" behind
set output 'rb.svg'
set style fill  transparent pattern 4 border

set title 'Linia kolejowa E 75 (Rail Baltica)'

set yrange [0:140]
set xrange [0:385.669]
set x2range [0:385.669]

set xtics rotate by 90 right
set ytics 40
set x2tics
set xtics ("Warszawa Rembertów" 12.800, "Zielonka" 21.450, "Białystok" 183.992, "Ełk" 287.228, "Olecko" 314.070, "Suwałki" 357,049, "PL/LT" 385.669)

set grid

set ylabel "km/h"
set x2label "km"

set key outside right center

set datafile separator ","

plot 'vmax.csv' using 1:2 title "EZT" with steps lt 1 lw 3, \
  'vmax.csv' using 1:3 title "towarowe" with steps lt 2 lw 2, \
  'vmax.csv' using 1:4 title "pasażerskie" with steps lt 3 lw 1, \
</syntaxhighlight>

Data

Contents of vmax.csv:
<syntaxhighlight>
km,ezt,towarowe,pasażerskie
12.6,80,80,80
16,120,100,120
19.3,100,100,100
21.087,130,120,130
43.287,130,80,130
44.599,130,80,130
65.166,130,80,130
78.487,120,80,120
91.63,120,80,120
112.387,120,100,120
159.787,100,80,100
183.828,100,80,100
268.892,120,100,120
284.744,100,100,100
286.742,80,80,80
314.713,50,50,50
331.17,40,30,30
351.87,60,60,60
356.547,60,60,60
385.669,60,60,60

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
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.
Category:CC-BY-SA-4.0#Rail-baltica-poland-v-max.svg
Category:Self-published work Category:Images with Gnuplot source code Category:Rail Baltica Category:Railway line E 75 Category:Rail speed diagrams
Category:CC-BY-SA-4.0 Category:Images with Gnuplot source code Category:Rail Baltica Category:Rail speed diagrams Category:Railway line E 75 Category:Self-published work Category:Translation possible - SVG Category:Valid SVG created with Gnuplot code:Charts