[options]
graphics=true
[macros]
procedure initialize
data := [["United States", 2488], ["Spain", 671], ["Germany", 400], ["Russia", 331], ["China", 223], ["United Kingdom", 190], ["India", 158], ["France", 154], ["Canada", 130], ["Netherlands", 124], ["Italy", 98], ["Poland", 95], ["Australia", 92], ["Philippines", 90], ["Japan", 84], ["Ukraine", 52], ["Brazil", 43], ["Israel", 38], ["Indonesia", 37], ["Hungary", 34], ["Mexico", 31], ["Ireland", 28], ["Croatia", 28], ["Korea", 25], ["Sweden", 25], ["Venezuela", 25], ["Argentina", 24], ["Romania", 21], ["New Zealand", 19], ["Europe", 19], ["Thailand", 17], ["Denmark", 16], ["Anonymous", 16], ["Chile", 15], ["Latvia", 15], ["Turkey", 13], ["Malaysia", 13], ["Taiwan", 13], ["Satellite Provider", 12], ["Bangladesh", 12], ["Nicaragua", 12], ["Serbia", 12], ["Belarus", 11], ["Bulgaria", 11], ["Belgium", 11], ["Czech Republic", 10], ["Singapore", 10], ["Hong Kong", 10], ["South Africa", 9], ["Austria", 9], ["Switzerland", 9], ["Sri Lanka", 9], ["Viet Nam", 8], ["Nigeria", 8], ["Lithuania", 7], ["Ecuador", 7], ["Lao People's Democratic Republic", 7], ["Morocco", 6], ["Greece", 6], ["Slovakia", 5], ["Norway", 5], ["Iceland", 5], ["Jordan", 5], ["Finland", 4], ["Portugal", 4], ["Puerto Rico", 4], ["Estonia", 4], ["Kazakhstan", 4], ["Yemen", 3], ["United Arab Emirates", 3], ["Kenya", 3], ["Peru", 3], ["Algeria", 3], ["Egypt", 3], ["Guadeloupe", 3], ["Cameroon", 2], ["Bahrain", 2], ["Saudi Arabia", 2], ["Slovenia", 2], ["Ivory Coast", 2], ["Pakistan", 2], ["Malawi", 2], ["Armenia", 2], ["Mauritius", 2], ["Andorra", 2], ["Uruguay", 2], ["Lebanon", 2], ["Turkmenistan", 1], ["Ethiopia", 1], ["Bolivia", 1], ["Tanzania", 1], ["Azerbaijan", 1], ["Cyprus", 1], ["Asia/Pacific", 1], ["Moldova", 1], ["Colombia", 1], ["Reunion", 1], ["Nepal", 1], ["Kyrgyzstan", 1], ["Trinidad and Tobago", 1], ["Tunisia", 1], ["Namibia", 1]]
PlotWords(data,"Downloads of Unicon from SourceForge broken down by country")
end
If you were ever curious, and this is a very soft statistic, single
point source, yada yada, bob loblaw.
Downloads of Unicon from SourceForge, broken down by country.
prompt$ curl
"https://sourceforge.net/projects/unicon/files/stats/json?start_date=2000-09-01&end_date=2016-07-31"
| jq .countries
[
[
"United States",
2488
],
[
"Spain",
671
],
[
"Germany",
400
],
[
"Russia",
331
],
[
"China",
223
],
[
"United Kingdom",
190
],
[
"India",
158
],
[
"France",
154
],
[
"Canada",
130
],
[
"Netherlands",
124
],
[
"Italy",
98
],
And a fairly smooth spread after that, that's just the top 10 out of 101
entries (some few being things like Satellite Provider).
Have some work to do with advertising here in Canada it seems; we should
be at least at the 240 mark, to match the 1/10th of the U.S. population
ratio. Time to get busy. :-)
Cheers,
Brian
------------------------------------------------------------------------------
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group
------------------------------------------------------------------------------
_______________________________________________ Unicon-group mailing list Unicon-group@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unicon-group