mirror of
https://gitlab.com/MisterBiggs/splomplots.jl.git
synced 2025-08-02 19:51:31 +00:00
left debug stuff in
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user