Skip to content

Commit

Permalink
plotting.geodetic.gnss_fits: fix MAP VR line in hist
Browse files Browse the repository at this point in the history
  • Loading branch information
hvasbath committed May 4, 2024
1 parent 0885d58 commit 8476422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beat/plotting/geodetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ def gnss_fits(problem, stage, plot_options):
# plot vertical line on hist with best solution
m.gmt.psxy(
in_rows=(
[bvar_reductions_comp[dataset.component], 0],
[bvar_reductions_comp[dataset.component], po.nensemble],
[var_reductions_ens[0], 0],
[var_reductions_ens[0], po.nensemble],
),
W="1.5p,red",
*jxyr,
Expand Down

0 comments on commit 8476422

Please sign in to comment.