Skip to content

Commit e6729c5

Browse files
authored
Merge pull request #18 from joshday/fbot/deps
Fix deprecations
2 parents 52ef927 + 0aceb67 commit e6729c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/logo.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Plots
22
gr()
33

4-
srand(2)
4+
Random.seed!(2)
55

66
colors = [RGB(.22,.596,.149), RGB(.8,.361,.361), RGB(.702, .322, .8)]
77
border = [RGB(.133, .541, .133), RGB(.8, .2, .2), RGB(.584, .345, .698)]

0 commit comments

Comments
 (0)