You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ext/SciMLBaseMakieExt.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ function ensure_plottrait(PT::Type, arg, desired_plottrait_type::Type)
16
16
::$(string(typeof(arg)))
17
17
18
18
Makie needs to convert all plot input arguments to types that can be consumed by the backends (typically Arrays with Float32 elements).
19
-
You can define a method for `Makie.convert_arguments` (a type recipe) for these types or their supertypes to make this set of arguments convertible (See http://docs.makie.org/stable/documentation/recipes/index.html).
19
+
You can define a method for `Makie.convert_arguments` (a type recipe) for these types or their supertypes to make this set of arguments convertible (See <http://docs.makie.org/stable/documentation/recipes/index.html>).
20
20
21
21
Alternatively, you can define `Makie.convert_single_argument` for single arguments which have types that are unknown to Makie but which can be converted to known types and fed back to the conversion pipeline.
Copy file name to clipboardExpand all lines: src/alg_traits.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ not converge to the same answer. In the context of a stochastic differential equ
275
275
on the integral rule that is chosen. This trait describes which interpretation the solver algorithm subscribes to, and thus whether the solution should
276
276
be interpreted as the solution to the SDE under the Ito or Stratonovich interpretation.
277
277
278
-
For more information, see https://oatml.cs.ox.ac.uk/blog/2022/03/22/ito-strat.html as a good high-level explanation.
278
+
For more information, see <https://oatml.cs.ox.ac.uk/blog/2022/03/22/ito-strat.html> as a good high-level explanation.
0 commit comments