File:OpenStreetMap registered users ru.svg
Summary
| Description |
Русский: Количество пользователей, зарегистрированных на OpenStreetMap. Источник данных: http://blackadder.dev.openstreetmap.org/OSMStats/ |
| Date | |
| Source | Own work |
| Author | Tsuruya |
| Other versions |
|
| SVG development | Category:Valid SVG created with Gnuplot#OpenStreetMap%20registered%20users%20ru.svg |
Source code
#!/usr/bin/gnuplot
set timefmt "%d/%m/%Y"
set datafile separator ","
unset key
set style data lines
set style fill transparent solid 0.4
set grid
set xdata time
set xlabel 'Дата'
set xrange ['12/08/2005':'10/12/2012']
set format x '%Y'
set ylabel 'Количество пользователей'
set format y '%.0f'
set term svg size 1200,800 font "Arial,10"
set title "Количество пользователей, зарегистрированных на OpenStreetMap"
set output 'OpenStreetMap registered users ru.svg'
plot 'OSMSTATS_ALL_EXTRACTED.csv' using 1:2 with filledcurves below x1 lt rgb 'dark-blue' lw 2
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
| This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. | |
| The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
|
