File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ x = collect(0.0:10.0)
1919foo = Foo(x, sin.(x))
2020
2121@testset " Magic attributes" begin
22- @test plot(foo)[1 ][1 ][:markershape] ≡ (backend_name() === :gr ? :+ : :circle )
22+ @test plot(foo)[1 ][1 ][:markershape] ≡ (backend_name() === :gr ? :+ : :circle)
2323 @test plot(foo, markershape = :diamond)[1 ][1 ][:markershape] ≡ :diamond
2424 @test plot(foo, marker = :diamond)[1 ][1 ][:markershape] ≡ :diamond
2525 @test (
6262end
6363
6464@testset " Plotting Plots" begin
65- pl = @test_nowarn plot(rand(3 ,3 ))
65+ pl = @test_nowarn plot(rand(3 , 3 ))
6666 @test plot(pl, plot_title = " Test" )[:plot_title] == " Test"
6767 @test plot(pl, title = " Test" )[1 ][:title] == " Test"
6868 @test plot(pl, xtickfontsize = 1 )[1 ][:xaxis][:tickfontsize] == 1
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Interpolations = "0.15 - 0.16"
3737KernelDensity = " 0.6"
3838MultivariateStats = " 0.10"
3939NaNMath = " 1"
40+ PlotsBase = " 0.1"
4041RecipesBase = " 1"
4142RecipesPipeline = " 1"
4243Reexport = " 1"
You can’t perform that action at this time.
0 commit comments