1
0
mirror of https://gitlab.com/MisterBiggs/splomplots.jl.git synced 2025-06-16 06:26:39 +00:00

left debug stuff in

This commit is contained in:
Anson 2022-03-15 21:25:20 -07:00
parent b268b295e3
commit 475673b4b9

View File

@ -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)