N.B. This IS my sandbox, (and might not contain any real data!)
Summary
editDescription |
English: Come on The_Internet! Why isn't there a graph of browser version against datetime? This is me trying to fix that using the R Language (apt-get install littler r-base): (in the end I used perl to proccess the dates and spit out R to create the graph.) svg(file="test_wb_ver_by_date.svg") par(lwd=2) plot(type="l", ylim=c(0, 19.51084), main="Web Browser version by date", sub="Source: Alexx Roche via The Inernet", xlab="Year", ylab="Version",c(1995.72,1996.71,1997.75,1999.31,2000.58,2001.75,2006.89,2009.31,2011.30,2012.0622), c(1,3,4,5,5.5,6,7,8,9,NA), col=1) lines(c(1995.34,1996.41,1998.00,1998.98,2000.59,2001.02,2002.06,2003.17,2005.48,2005.40,2006.57,2008.54,2009.75,2010.26,2011.05,2011.59,2012.0622), c(1,2.1,3,3.5,4,5,6,7,7.5,8,9,9.5,10,10.5,11,11.5,NA), col=2) lines(c(2004.95,2006.01,2006.91,2008.56,2009.60,2011.32,2011.57,2011.72,2011.76,2011.77,2011.84,2011.85,2011.94,2012.06,2012.07,2012.18,2012.20,2012.22,2012.29,2012.41,2012.52,2012.55,2012.0622), c(1,1.5,2,3,3.5,4,5,6,6.01,6.02,7,7.01,8,9,9.01,10,10.01,10.02,11,12,13,13.01,NA), col=3) lines(c(2009.04,2009.49,2009.87,2010.16,2010.30,2010.48,2010.76,2010.90,2011.01,2011.18,2011.28,2011.42,2011.52,2011.67,2011.80,2011.91,2012.04,2012.19,2012.34,2012.47,2012.0622), c(1.0154,2.0172,3.0195,4.0249,4.1249,5.0375,6.0472,7.0517,8.0552,9.0597,10.0648,11.0696,12.0742,13.0782,14.0835,15.0874,16.0912,17.0963,18.01025,19.01084,NA), col=4) legend("topleft",inset=0.04,col=1:6,lwd=3,legend=c("Internet Explorer", "Opera", "Firefox","Google Chrome")) dev.off() |
---|---|
Source |
Own work |
Date |
2012-06-22 |
Author | |
Permission (Reusing this file) |
GPL ver 2.0
|