File:Usage share of web browsers (Source Stat Counter).svg

From Wikimedia Commons, the free media repository
Jump to: navigation, search
Full resolution(SVG file, nominally 630 × 630 pixels, file size: 57 KB)
Description
English: Below is the R code used to create this graph:
browser.names = c("Internet Explorer", "Firefox", "Chrome", "Safari", "Opera", "Mobile")
browser.years = c(
 2011.5,  2011.417, 2011.333, 2011.25, 2011.167, 2011.083, 2011,
 2010.917, 2010.833, 2010.75, 2010.667, 2010.583, 2010.5, 2010.417, 2010.333, 2010.25, 2010.167, 2010.083, 2010,
 2009.917, 2009.833, 2009.75, 2009.667, 2009.583, 2009.5, 2009.417, 2009.333, 2009.25, 2009.167, 2009.083, 2009,
 2008.917, 2008.833, 2008.75, 2008.667, 2008.583)

browser.ie = c(43.85,43.87,44.52,45.11,45.44,46.00,46.94,48.16,49.21,49.87,51.34,52.68,52.86,52.77,53.26,54.44,54.50,55.25,55.72,56.57,57.96,58.37,58.69,60.11,59.49,62.09,61.88,62.52,64.43,65.41,67.84,68.14,67.68,67.16,68.91,68.57)

browser.firefox = c(28.34,29.29,29.67,29.98,30.37,30.68,30.76,31.17,31.24,31.50,31.09,30.69,31.15,31.64,31.74,31.27,31.83,31.64,31.97,32.21,31.82,31.34,31.28,30.50,30.26,28.75,29.67,29.40,27.85,27.03,25.23,25.27,25.54,25.77,26.08,26.14)
browser.chrome = c(20.65,19.36,18.29,17.37,16.54,15.68,14.85,13.35,12.39,11.54,10.76,9.88,9.24,8.61,8.06,7.29,6.71,6.04,5.45,4.66,4.17,3.69,3.38,3.01,2.80,2.42,2.07,1.73,1.52,1.38,1.21,0.93,1.02,1.03,NA,NA)
browser.safari = c(5.07,5.01,5.04,5.02,5.08,5.09,4.79,4.70,4.56,4.42,4.23,4.09,4.07,4.14,4.23,4.16,4.08,3.76,3.48,3.67,3.47,3.28,3.25,3.02,2.91,2.65,2.75,2.73,2.59,2.57,2.41,2.49,2.91,3.00,2.99,3.30)
browser.opera = c(1.74,1.84,1.91,1.97,2.00,2.00,2.07,2.01,2.00,2.03,1.88,1.91,1.91,1.96,1.82,1.97,1.97,2.00,2.06,2.02,1.88,2.62,2.67,2.64,3.46,3.23,2.96,2.94,2.95,2.92,2.83,3.01,2.69,2.86,1.83,1.78)
browser.mobile = c(6.53,5.75,5.21,4.70,4.45,4.30,4.10,4.02,3.81,3.50,3.21,2.86,2.57,2.32,2.18,1.96,1.72,1.56,1.28,1.21,1.15,1.12,1.12,1.05,0.94,0.86,0.86,0.80,0.69,0.67,0.60,NA,NA,NA,NA,NA)

browser.title = "Usage share of web browsers"
browser.sub = "Source: Stat Counter"
browser.file = "Usage share of web browsers (Source Stat Counter).svg"

svg(file=browser.file)
par(lwd=2)
plot(browser.years, browser.ie, type="l", ylim=c(0, 70), main=browser.title, sub=browser.sub, xlab="Year", ylab="Percent", col=1)
lines(browser.years, browser.firefox, col=2)
lines(browser.years, browser.chrome, col=3)
lines(browser.years, browser.safari, col=4)
lines(browser.years, browser.opera, col=5)
lines(browser.years, browser.mobile, col=6)

legend("left",inset=0.05,col=1:6,lwd=3,legend=browser.names)

dev.off()
Date 2010-11-13 07:51 (UTC)
Source
Author
Other versions

Derivative works of this file:


Applications-graphics.svg This is a retouched picture, which means that it has been digitally altered from its original version. Modifications: A lot. I followed the template, but all the numbers are different. Data is different. The original can be viewed here: Usage_share_of_web_browsers_(Source_Net_Applications).svg. Modifications made by Daniel.Cardenas.

Azərbaycanca | ‪Беларуская (тарашкевіца)‬ | Català | Česky | Dansk | Deutsch | English | Esperanto | Español | فارسی | Suomi | Français | Galego | Hrvatski | Magyar | Հայերեն | Italiano | 日本語 | ქართული | 한국어 | Kurdî | Македонски | മലയാളം | Plattdüütsch | Nederlands | Polski | Português | Română | Русский | Svenska | Türkçe | Українська | Vèneto | ‪中文(简体)‬ | ‪中文(繁體)‬ | Zazaki | +/−

I, the copyright holder of this work, hereby publish it under the following licenses:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported, 2.5 Generic, 2.0 Generic and 1.0 Generic 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 attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
  • share alike – If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.

You may select the license of your choice.

File history

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

Date/TimeThumbnailDimensionsUserComment
current23:53, 16 July 2011Thumbnail for version as of 23:53, 16 July 2011630 × 630 (57 KB)Daniel.Cardenas (talk | contribs)Up to June 2011 data
02:11, 13 March 2011Thumbnail for version as of 02:11, 13 March 2011630 × 630 (56 KB)Daniel.Cardenas (talk | contribs)Added for months, up to 2011-02
07:54, 13 November 2010Thumbnail for version as of 07:54, 13 November 2010630 × 630 (53 KB)Daniel.Cardenas (talk | contribs){{Information |Description={{en|1= browser.names = c("Internet Explorer", "Firefox", "Chrome", "Safari", "Opera", "Mobile") browser.years = c(2010.8333333333,2010.75,2010.6666666667,2010.5833333333,2010.5,2010.4166666667,2010.3333333333,2010.25,2010.1666

Metadata

Personal tools
Namespaces

Variants
Actions
Navigation
Participate
Toolbox