This commit is contained in:
Simon Christ 2020-04-16 14:45:03 +02:00
parent ae953ab7e1
commit 35c78dc169

View File

@ -84,7 +84,7 @@ end
@test marker.options["mark"] == "*" @test marker.options["mark"] == "*"
@test marker.options["mark options"]["color"] == @test marker.options["mark options"]["color"] ==
RGBA{Float64}(colorant"green", 0.8) RGBA{Float64}(colorant"green", 0.8)
@test marker.options["mark options"]["line width"] == 1 @test marker.options["mark options"]["line width"] == 0.75 # 1px is 0.75pt
end # testset end # testset
@testset "Plot in pieces" begin @testset "Plot in pieces" begin
pic = plot(rand(100) / 3, reg = true, fill = (0, :green)) pic = plot(rand(100) / 3, reg = true, fill = (0, :green))