We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c762b1 + 6eef43d commit cbc8904Copy full SHA for cbc8904
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