File:WMUK membership over time 2013.jpg

From Wikimedia UK
Jump to navigation Jump to search

WMUK_membership_over_time_2013.jpg(640 × 480 pixels, file size: 46 KB, MIME type: image/jpeg)

Wikimedia Commons logo This is a file from the Wikimedia Commons. The description on its description page there is shown below.
Commons is a freely licensed media file repository. You can help.

Summary

Description
English: Plot of WMUK's membership numbers over time in 2013, based on the numbers at wmuk:Membership/Numbers. Created using gnuplot; the code used is posted below.
Date
Source Own work
Author Mike Peel

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero 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.

Source code

membership.dat

201301  276     117     3       0
201302  279     117     13      4
201303  272     94      13      10
201304  285     96      8       23
201305  229     55      5       49
201306  215     39      7       0
201307  214     34      6       0
201308  220     35      11      0
201309  225     32      9       6
201310  238     34      13      6
201311  238     57      4       8
201312  237     66      9       4

membership.bat

set terminal jpeg linewidth 3.0 font "Helvetica" 12
set output 'WMUK membership over time 2013.jpg'
set key on
set xlabel 'Date'
set ylabel 'Number of members'

set xdata time
set timefmt "%Y%m"
set xtics format "%b%y"
set yrange [0:*]

plot 'membership.dat' u 1:2 title "Current" w l lc 2, '' u 1:3 title "Grace" w l lc 3, '' u 1:4 title "New" w l lc 4, '' u 1:5 title "Expired" w l lc 1

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

2 December 2013

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current19:04, 27 January 2014Thumbnail for version as of 19:04, 27 January 2014640 × 480 (46 KB)wikimediacommons>Mike PeelUpdate to end of year

There are no pages that use this file.

Metadata