Skip to content

Commit

Permalink
update primary & label plot attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminDoran committed Jul 7, 2021
1 parent bd06873 commit 04ddcfc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/plot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ struct Fan; x; y; tipannotations; marker_x; marker_y; showtips; tipfont; marker_
end
end
end
primary = false
label = ""
primary := false
label := ""
nothing
end

Expand Down Expand Up @@ -145,6 +145,8 @@ end
end
end
end
primary := false
label := ""
nothing
end

Expand Down

0 comments on commit 04ddcfc

Please sign in to comment.