The figure is dominated by extremely large values that are occurring in places where there is a problem with model fit.
It may be one or more of the genotype classes is missing in those positions.
Personally, I prefer to skip scan1coef(); I don't find it particularly informative, and it often suffers from these sorts of artifacts.
Instead, I would just focus on the estimated effects at the inferred QTL location.
But if you want to try to get a meaningful scan1coef figure, you can try using
clean_genoprob().
By setting small genoprob values to be strictly 0, you may be able to avoid some of the wildly incorrect coefficient estimates.
karl