change recipe for chapter 10
This commit is contained in:
parent
41b9872012
commit
cc8f3c64c6
4
ch10.jl
4
ch10.jl
@ -111,8 +111,8 @@ cor_mat = pairwise(cor, eachcol(aq1))
|
|||||||
|
|
||||||
using Plots
|
using Plots
|
||||||
heatmap(names(aq1), names(aq1), cor_mat;
|
heatmap(names(aq1), names(aq1), cor_mat;
|
||||||
aspect_ratio=:equal, xlim=(0,8))
|
aspect_ratio=:equal, size=(400, 400),
|
||||||
|
rightmargin=5Plots.mm)
|
||||||
# Codes for listing 10.3
|
# Codes for listing 10.3
|
||||||
|
|
||||||
data_dfs = map(DataFrame, data)
|
data_dfs = map(DataFrame, data)
|
||||||
|
Loading…
Reference in New Issue
Block a user