Skip to content

Commit 72fa090

Browse files
format
1 parent ec04cf4 commit 72fa090

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

PlotsBase/test/test_args.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ x = collect(0.0:10.0)
1919
foo = 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 (
@@ -62,7 +62,7 @@ end
6262
end
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

StatsPlots/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Interpolations = "0.15 - 0.16"
3737
KernelDensity = "0.6"
3838
MultivariateStats = "0.10"
3939
NaNMath = "1"
40+
PlotsBase = "0.1"
4041
RecipesBase = "1"
4142
RecipesPipeline = "1"
4243
Reexport = "1"

0 commit comments

Comments
 (0)