We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c762b1 commit 6eef43dCopy full SHA for 6eef43d
1 file changed
src/ParallelPlots.jl
@@ -65,8 +65,8 @@ julia> ParallelPlots.create_parallel_coordinates_plot( DataFrame(height=160:180,
65
66
"""
67
function create_parallel_coordinates_plot(data::DataFrame; normalize::Bool=false, scene_width::Integer=800, scene_height::Integer=600)
68
- input_check(data)
69
-
+
+ # check the given DataFrame
70
input_check(data)
71
72
# Normalize the data if required
0 commit comments