Update test_defaults.jl
This commit is contained in:
parent
f77a4bc9b3
commit
8d37ae1f32
@ -4,7 +4,7 @@ const PLOTS_DEFAULTS = Dict(:theme => :wong2)
|
||||
Plots.__init__()
|
||||
|
||||
@testset "Loading theme" begin
|
||||
plot(1:5)[1][1][:color] == colorant"black"
|
||||
plot(1:5)[1][1][:seriescolor] == colorant"black"
|
||||
end
|
||||
|
||||
empty!(PLOTS_DEFAULTS)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user