From ba46299088ec4cff1d3df686804e89a9ed02500c Mon Sep 17 00:00:00 2001 From: Michael Krabbe Borregaard Date: Sat, 5 Jan 2019 17:57:21 +0100 Subject: [PATCH] Fix stray srand in showtheme --- src/Plots.jl | 2 +- src/themes.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Plots.jl b/src/Plots.jl index 0a6522d6..48669c7d 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -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 diff --git a/src/themes.jl b/src/themes.jl index da313498..592d0a78 100644 --- a/src/themes.jl +++ b/src/themes.jl @@ -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