File:Volgsk population history.svg

Uploaded by DrMag
Upload date 2010-11-12T10:49:57Z
MIME type image/svg+xml
Dimensions 1200 × 900 px
File size 17.6 KB

Summary

Description
English: Volzhsk's population (1939-2010).
Русский: Количество населения Волжска по годам.
Date
Source Own work (Original text: Self-made using gnuplot based upon data from http://www.mojgorod.ru/r_marijel/volzhsk/index.html)
Author DrMag
Permission
(Reusing this file)
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported 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.
SVG development
InfoField
 The SVG code is valid.
 This population chart was created with gnuplot.
  This plot uses embedded text that can be easily translated using a text editor.
Source code
InfoField

Gnuplot code

# Specifies encoding and output format
set encoding iso_8859_1
set terminal svg size 1200,900
set output 'Volgsk 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 ["1939":"2010"]
set yrange [0:70]
set format x "%Y"
set grid
set key left

# Draws the plot and specifies its appearance ...
plot 'Volgsk.txt' using 1:2 notitle with linespoints lt 3 lw 4 pt 7 
</pre>

Data

The source data, modified to scale correctly:
<pre>
1939	19,5
1959	33,4
1967	40
1970	43
1976	53
1979	52
1982	55
1986	59
1989	60,9
1992	62,5
1996	62,1
1998	61,3
2000	61,5
2001	60,9
2003	59
2005	58
2006	57,6
2007	57,4
2008	56,9
2010	56,2

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 3.0 Unported 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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

12 November 2010

Category:CC-BY-SA-3.0 Category:Images with Gnuplot source code Category:Information graphics of Mari El Category:Self-published work Category:Temporal population graphs of Russia Category:Translation possible - SVG Category:Valid SVG created with Gnuplot code:Population charts