We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c1c8fd + d69df1b commit cf74cefCopy full SHA for cf74cef
Project.toml
@@ -1,7 +1,7 @@
1
name = "DiffEqDevTools"
2
uuid = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
3
authors = ["Chris Rackauckas <[email protected]>"]
4
-version = "2.44.2"
+version = "2.44.3"
5
6
[deps]
7
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
src/plotrecipes.jl
@@ -96,8 +96,8 @@ function key_to_label(key::Symbol)
96
end
97
98
@recipe function f(wp_set::WorkPrecisionSet;
99
- x::Symbol = wp_set.error_estimate,
100
- y::Symbol = :times,
+ x = wp_set.error_estimate,
+ y = :times,
101
view = :benchmark,
102
color = nothing)
103
if view == :benchmark
0 commit comments