Skip to content

Commit

Permalink
sets default value false for kwarg vconstant introduced in 1.15 (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Merdon <[email protected]>
  • Loading branch information
chmerdon and chmerdon authored Oct 11, 2023
1 parent 0628314 commit 90d9de0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dispatch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ function default_plot_kwargs()
:spacing => Pair(:default, "Spacing of quiver points in vector plot"),
:offset => Pair(:default, "Offset of quiver grid"),
:vscale => Pair(1.0, "Vector field scale for quiver grid"),
:vconstant => Pair(false, "Set all arrow length constant in vector plot"),
:vnormalize => Pair(true, "Normalize vector field befor scaling"),
:interior => Pair(true, "3D plot interior of grid"),
:xplanes => Pair([prevfloat(Inf)], "3D x plane positions or number thereof"),
Expand Down

0 comments on commit 90d9de0

Please sign in to comment.