Commons is a freely licensed media file repository. You can help.
Summary
DescriptionWMUK membership over time.jpg
English: Plot of WMUK's membership numbers over time, based on the numbers at wmuk:Membership/numbers. Created using gnuplot; the code used is posted below.
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.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse
set terminal jpeg linewidth 3.0 font "Helvetica" 12
set output 'membership.jpg'
set key off
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 w l
Captions
Add a one-line explanation of what this file represents