mirror of
https://gitlab.com/MisterBiggs/splomplots.jl.git
synced 2025-08-03 12:11:23 +00:00
left debug stuff in
This commit is contained in:
@@ -20,7 +20,7 @@ function splom(df::DataFrame; group="", columns=[])
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
println(columns)
|
|
||||||
cols = collect(keys(columns))
|
cols = collect(keys(columns))
|
||||||
col_pairs = [(x, y) for x in cols, y in cols]
|
col_pairs = [(x, y) for x in cols, y in cols]
|
||||||
col_len = length(cols)
|
col_len = length(cols)
|
||||||
|
Reference in New Issue
Block a user