Update test_defaults.jl
This commit is contained in:
parent
b06094c82c
commit
e5b6ecee14
@ -4,7 +4,7 @@ const PLOTS_DEFAULTS = Dict(:theme => :wong2, :fontfamily => :palantino)
|
|||||||
Plots.__init__()
|
Plots.__init__()
|
||||||
|
|
||||||
@testset "Loading theme" begin
|
@testset "Loading theme" begin
|
||||||
pl = plot(1:5)plot(1:5)
|
pl = plot(1:5)
|
||||||
@test pl[1][1][:seriescolor] == RGBA(colorant"black")
|
@test pl[1][1][:seriescolor] == RGBA(colorant"black")
|
||||||
@test guidefont(pl[1][:xaxis]).family == "palantino"
|
@test guidefont(pl[1][:xaxis]).family == "palantino"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user