Skip to content

Commit bedb1bc

Browse files
committed
updated comments
1 parent de3fbf7 commit bedb1bc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/ParallelPlots.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,13 @@ end
3737
3838
# Constructors
3939
```julia
40-
ParallelPlot(data::DataFrame; normalize::Bool=false, scene_width::Integer=800, scene_height::Integer=600)
40+
ParallelPlot(data::DataFrame; normalize::Bool=false)
4141
```
4242
4343
# Arguments
4444
4545
- `data::DataFrame`:
4646
- `normalize::Bool`:
47-
- `scene_width::Integer`:
48-
- `scene_height::Integer`:
4947
5048
# Examples
5149
```@example

0 commit comments

Comments
 (0)