pfmc-assessments / lingcod

2 stars 2 forks source link

mean age text below figure #125

Closed kellijohnson-NOAA closed 3 years ago

kellijohnson-NOAA commented 3 years ago

Text that was echoed is printing below figure.

kellijohnson-NOAA commented 3 years ago

@iantaylor-NOAA I am not seeing this any more are you? If it is gone from your builds too then we can close this issue.

iantaylor-NOAA commented 3 years ago

I'm still seeing this one instance: image

kellijohnson-NOAA commented 3 years ago

Thanks Ian, so I am. I was looking at the South document. I will get that fixed.

iantaylor-NOAA commented 3 years ago

Maybe the problem is this stuff in the caption of the mean age figs:

<br><br>For more info, see<br> <blockquote>Francis, R.I.C.C. (2011). Data weighting in statistical fisheries stock assessment models. <i>Can. J. Fish. Aquat. Sci.</i> 68: 1124-1138.</blockquote>

We don't reference those figs and nobody has seen them in the document yet, so we could just replace

add_figure_ling(csv = figurecsv, "comp_condAALfit")`

in 53figures.Rmd with

add_figure_ling(csv = figurecsv, ""comp_condAALfit_resids")
add_figure_ling(csv = figurecsv, ""comp_condAALfit_Andre_plots")
iantaylor-NOAA commented 3 years ago

I went ahead and made the fix proposed above in commit cf3667d576fdec533026fb386261c793064100ef which worked successfully.