working on corrplot and recipes

This commit is contained in:
Thomas Breloff 2015-10-09 17:08:06 -04:00
parent 15a4b50ce4
commit e0c0052b63
2 changed files with 17 additions and 24 deletions

File diff suppressed because one or more lines are too long

View File

@ -68,7 +68,7 @@ function corrplot{T<:Real,S<:Real}(mat::AMat{T}, corrmat::AMat{S};
# create a subplot grid, and a gradient from -1 to 1
p = subplot(zeros(1,m^2), n=m^2, link=true)
cgrad = ColorGradient(:redsblues,[-1,1])
cgrad = ColorGradient(colors, [-1,1])
# make all the plots
for i in 1:m