Skip to content

Commit 387d1a9

Browse files
committed
Update plot.jl
1 parent 39e27ad commit 387d1a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/plot.jl

-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ function gplot(g::AbstractGraph{T},
130130
locs_y = Float64.(locs_y_in)
131131

132132
# Scale to unit square
133-
# Scale data
134133
min_x, max_x = extrema(locs_x)
135134
min_y, max_y = extrema(locs_y)
136135
function scaler(z, a, b)

0 commit comments

Comments
 (0)