All public logs
Jump to navigation
Jump to search
Combined display of all available logs of 太極. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:33, 1 October 2018 Brb talk contribs uploaded a new version of File:Scatterhist.svg (The R source code is at https://gist.github.com/arraytools/7005670b9d4b34e45f45131a6f87d8f4#file-scatterhist_null)
- 12:21, 1 October 2018 Brb talk contribs uploaded File:Scatterhist.svg (scatterhist <- function(x, y, xlab="", ylab=""){ zones=matrix(c(2,0,1,3), ncol=2, byrow=TRUE) layout(zones, widths=c(4/5,1/5), heights=c(1/5,4/5)) xhist = hist(x, plot=FALSE) yhist = hist(y, plot=FALSE) top = max(c(xhist$counts, yhi...)