DescriptionSaint Petersburg population history.svg
English: Saint Petersburg's population (1720-2013).
Русский: Количество населения Санкт-Петербурга по годам.
Date
Source
Self-made using gnuplot based upon data from http://demoscope.ru/weekly/2004/0163/tema01.php Data originally sourced from Юбилейный статистический сборник. / Под ред. И.И. Елисеевой и Е.И. Грибовой. - Вып.2. - СПб: Судостроение, 2003. с.16-17.
This W3C-unspecified plot was created with Gnuplot.
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.
# Specifies encoding and output format
set encoding iso_8859_1
set terminal svg size 1200,900
set output 'Saint Petersburg population history.svg'
# How to read the data with the years
set xdata time
set timefmt "%Y"
# Specifies the range of the axes and appearance
set xrange ["1760":"2005"]
set yrange [0:5500000]
set format x "%Y"
set format y "%.0t,000,000"
set grid
set key left
# Draws the plot and specifies its appearance ...
plot 'Saint Petersburg big.txt' using 1:2 notitle with linespoints lt 3 lw 4 pt 7
== Summary == {{Information| |Description=Population history of Saint Petersburg |Source=Self-made using gnuplot based upon data from http://demoscope.ru/weekly/2004/0163/tema01.php Data originally sourced from Юбилейный ст