diff --git a/src/SplomPlots.jl b/src/SplomPlots.jl index 21ccf02..a6d1fa8 100644 --- a/src/SplomPlots.jl +++ b/src/SplomPlots.jl @@ -20,7 +20,7 @@ function splom(df::DataFrame; group="", columns=[]) end end - println(columns) + cols = collect(keys(columns)) col_pairs = [(x, y) for x in cols, y in cols] col_len = length(cols)