From 35c78dc169476c6a77d999d974551ec39330f5ac Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Thu, 16 Apr 2020 14:45:03 +0200 Subject: [PATCH] fix test --- test/test_pgfplotsx.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_pgfplotsx.jl b/test/test_pgfplotsx.jl index 65fe9902..162e6d3b 100644 --- a/test/test_pgfplotsx.jl +++ b/test/test_pgfplotsx.jl @@ -84,7 +84,7 @@ end @test marker.options["mark"] == "*" @test marker.options["mark options"]["color"] == 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 @testset "Plot in pieces" begin pic = plot(rand(100) / 3, reg = true, fill = (0, :green))