Fix stray srand in showtheme

This commit is contained in:
Michael Krabbe Borregaard 2019-01-05 17:57:21 +01:00
parent 7acb5a4bdb
commit ba46299088
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ _current_plots_version = v"0.20.6"
using Reexport
import StaticArrays
using Dates, Printf, Statistics, Base64, LinearAlgebra
using Dates, Printf, Statistics, Base64, LinearAlgebra, Random
import SparseArrays: findnz
@reexport using RecipesBase

View File

@ -100,7 +100,7 @@ _get_showtheme_args(thm::Symbol, func::Symbol) = thm, get(_color_functions, func
end
end
srand(1)
Random.seed!(1)
label := ""
colorbar := false