File:Usage share of web browsers (Source Net Applications).svg

From Wikimedia Commons, the free media repository
Jump to: navigation, search
Full resolution(SVG file, nominally 630 × 630 pixels, file size: 52 KB)

[edit] Summary

Description
English: Usage share of web browsers (Source Net Applications) It was created using R with the following R code
browser.names = c("Internet Explorer", "Firefox", "Chrome", "Safari", "Opera")

browser.years = c(2011.25,2011.0,2010.75,2010.5,2010.25,2010.0,2009.75,2009.5,2009.25,2009.0,2008.75,2008.5,2008.25,2008.0,2007.75,2007.5,2007.25,2007.0,2006.75,2006.5,2006.25,2006.0,2005.75,2005.5,2005.25,2005.0,2004.75)

browser.ie = c(54.36, 56.20, 58.27, 60.29, 60.01, 61.43, 63.67, 66.80, 68.06, 69.13, 71.99, 74.93, 76.24, 77.83, 79.16, 78.85, 78.76, 79.38, 80.69, 82.88, 84.03, 85.01, 85.88, 86.74, 87.24, 89.02, 91.35)
browser.firefox = c(21.67, 22.10, 22.80, 22.93, 24.24, 24.40, 24.46, 23.06, 23.00, 22.67, 20.78, 19.07, 18.16, 16.86, 15.84, 14.69, 14.92, 14.35, 13.50, 11.89, 10.67, 9.77, 9.00, 7.97, 8.08, 6.17, 3.66)
browser.chrome = c(12.51, 11.08, 9.23, 7.53, 7.00, 5.67, 4.04, 2.86, 2.13, 1.56, 1.16, 0.37, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA)
browser.safari = c(7.30, 6.43, 5.59, 5.17, 4.78, 4.55, 4.41, 4.13, 3.67, 3.58, 3.11, 2.73, 2.73, 2.65, 2.39, 4.80, 4.66, 4.70, 4.06, 3.30, 3.25, 3.10, 2.80, 2.24, 1.89, 1.70, 1.50)
browser.opera = c(1.97, 2.19, 2.24, 2.40, 2.33, 2.37, 2.29, 2.07, 2.05, 2.18, 2.15, 2.06, 1.97, 1.84, 1.78, 0.51, 0.46, 0.50, 0.56, 0.62, 0.57, 0.53, 0.54, 0.55, 0.52, 0.49, 0.51)

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


svg(file=browser.file)
par(lwd=2)
plot(browser.years, browser.ie, type="l", ylim=c(0, 100), 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)

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

7 July 2010(2010-07-07)

Source

Source: Net Applications

Graph created with R with the following R code

Author

User:arichnad

Permission
(Reusing this file)
See below.
Other versions

Derivative works of this file:

[edit] Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
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.

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.

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:33, 11 August 2011Thumbnail for version as of 23:33, 11 August 2011630 × 630 (52 KB)Arichnad (talk | contribs) (Updating with 2011 Q2 figures.)
02:16, 6 April 2011Thumbnail for version as of 02:16, 6 April 2011630 × 630 (52 KB)Arichnad (talk | contribs) (Updating with 2011 Q1 figures.)
16:26, 12 January 2011Thumbnail for version as of 16:26, 12 January 2011630 × 630 (51 KB)Arichnad (talk | contribs) (Updating with 2010 Q4 figures.)
19:30, 4 October 2010Thumbnail for version as of 19:30, 4 October 2010630 × 630 (53 KB)Arichnad (talk | contribs) (Updating with 2010 Q3 figures.)
14:18, 7 July 2010Thumbnail for version as of 14:18, 7 July 2010630 × 630 (51 KB)Arichnad (talk | contribs) (Updating with 2010 Q2 figures.)
18:28, 2 April 2010Thumbnail for version as of 18:28, 2 April 2010630 × 630 (53 KB)Arichnad (talk | contribs) (Updating with 2010 Q1 figures.)
22:39, 14 January 2010Thumbnail for version as of 22:39, 14 January 2010630 × 630 (53 KB)Arichnad (talk | contribs) (updating with 2009 Q4 figures.)
05:47, 23 October 2009Thumbnail for version as of 05:47, 23 October 2009630 × 630 (53 KB)Arichnad (talk | contribs) (Reverted to version as of 17:09, 4 October 2009: wrong filename.)
05:46, 23 October 2009Thumbnail for version as of 05:46, 23 October 2009630 × 630 (53 KB)Arichnad (talk | contribs) (few minor fixes.)
17:09, 4 October 2009Thumbnail for version as of 17:09, 4 October 2009630 × 630 (53 KB)Arichnad (talk | contribs) ({{Information |Description={{en|1=Usage share of web browsers (Source Net Applications) It was created using R with the following R code}} browser.names = c("Internet Explorer", "Firefox", "Safari", "Chrome", "Op)

The following page links to this file:

File usage on other wikis

The following other wikis use this file:

Metadata

Personal tools
Namespaces
Variants
Actions
Navigation
Participate
Toolbox