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

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file(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 (UTC)
Source
Author
Other versions Derivative works of this file:  Usage share of alternative web browsers (Source Stat Counter).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.

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 give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
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.
 
This W3C-unspecified chart was created with R.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

13 November 2010

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.CardenasUp to June 2011 data
02:11, 13 March 2011Thumbnail for version as of 02:11, 13 March 2011630 × 630 (56 KB)Daniel.CardenasAdded 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{{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
No pages on the English Wikipedia use this file (pages on other projects are not listed).