Skip to content

Commit

Permalink
Fixes plotRefSLDHelper defaults (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenNneji authored Nov 11, 2024
1 parent c19b35d commit d6d1e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utilities/plotting/plotRefSLDHelper.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ function plotRefSLDHelper(data, noDelay, linearX, q4, showErrorBar, showGrid, sh
arguments
data
noDelay {logical} = true
linearX {logical} = true
q4 {logical} = true
linearX {logical} = false
q4 {logical} = false
showErrorBar {logical} = true
showGrid {logical} = false
showLegend {logical} = true
Expand Down

0 comments on commit d6d1e49

Please sign in to comment.