Skip to content

Commit

Permalink
Update test-plots-recipe.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
VEZY committed May 15, 2024
1 parent 2c3f6d2 commit c286735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-plots-recipe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
@test recipe[1].args == ([0.0, 0.0], [0.0, 0.2]) # coordinates of the two vertex for the edge
@test recipe[6].args == ([0.0, 0.7071067811865475], [1.6, 2.3071067811865476]) # same, last one

df_coordinates = PlantGeom.mtg_coordinates_df(mtg, force = true)
df_coordinates = PlantGeom.mtg_coordinates_df(mtg, force=true)

@test recipe[7].args[1] == df_coordinates.XX
@test recipe[7].plotattributes == Dict{Symbol,Any}(
:color => [:black, :black, :black, :black, :black, :black, :black],
:color => :black,
:palette => colorschemes[:viridis],
:label => "",
:hover => [
Expand Down

0 comments on commit c286735

Please sign in to comment.