Skip to content

Commit 926bf09

Browse files
authored
Remove type annotations of keyword arguments in plot recipes
1 parent 9c1c8fd commit 926bf09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plotrecipes.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ function key_to_label(key::Symbol)
9696
end
9797

9898
@recipe function f(wp_set::WorkPrecisionSet;
99-
x::Symbol = wp_set.error_estimate,
100-
y::Symbol = :times,
99+
x = wp_set.error_estimate,
100+
y = :times,
101101
view = :benchmark,
102102
color = nothing)
103103
if view == :benchmark

0 commit comments

Comments
 (0)