File:Usage share of web browsers (Source Net Applications).svg
From Wikimedia Commons, the free media repository
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 |
| Source |
Source: Net Applications Graph created with R with the following R code |
| Author | |
| Permission (Reusing this file) |
See below. |
| Other versions |
Derivative works of this file: |
[edit] Licensing
|
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 23:33, 11 August 2011 | 630 × 630 (52 KB) | Arichnad (talk | contribs) | (Updating with 2011 Q2 figures.) | |
| 02:16, 6 April 2011 | 630 × 630 (52 KB) | Arichnad (talk | contribs) | (Updating with 2011 Q1 figures.) | ||
| 16:26, 12 January 2011 | 630 × 630 (51 KB) | Arichnad (talk | contribs) | (Updating with 2010 Q4 figures.) | ||
| 19:30, 4 October 2010 | 630 × 630 (53 KB) | Arichnad (talk | contribs) | (Updating with 2010 Q3 figures.) | ||
| 14:18, 7 July 2010 | 630 × 630 (51 KB) | Arichnad (talk | contribs) | (Updating with 2010 Q2 figures.) | ||
| 18:28, 2 April 2010 | 630 × 630 (53 KB) | Arichnad (talk | contribs) | (Updating with 2010 Q1 figures.) | ||
| 22:39, 14 January 2010 | 630 × 630 (53 KB) | Arichnad (talk | contribs) | (updating with 2009 Q4 figures.) | ||
| 05:47, 23 October 2009 | 630 × 630 (53 KB) | Arichnad (talk | contribs) | (Reverted to version as of 17:09, 4 October 2009: wrong filename.) | ||
| 05:46, 23 October 2009 | 630 × 630 (53 KB) | Arichnad (talk | contribs) | (few minor fixes.) | ||
| 17:09, 4 October 2009 | 630 × 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) |
- Edit this file using an external application (See the setup instructions for more information)
File usage on Commons
The following page links to this file:
File usage on other wikis
The following other wikis use this file:
- Usage on cs.wikipedia.org
- Usage on en.wikipedia.org
- Usage on ko.wikipedia.org
- Usage on simple.wikipedia.org
- Usage on sk.wikipedia.org
- Usage on tr.wikipedia.org