DOI-USGS/EGRET

Small changes in titles to plotConcHist and plotFluxHist

rmhirsch49 opened this issue · 2 comments

In plotConcHist, if we have plotGenConc = TRUE then in the third line of the title it should say "(red dots)" and not "(dots)" -- without that it is confusing because we have red dots and black dots, we need to distinguish them.

Same issue in plotFluxHist, if we have plotGenFlux = TRUE we should do that same change to the title.

Thanks.

Here is my working examples:

plotConcHist(eK, yearStart, yearEnd, plotGenConc = TRUE)

image

plotConcHist(eK, yearStart, yearEnd, plotGenConc = TRUE, plotAnnual = FALSE)

image

plotConcHist(eK, yearStart, yearEnd, plotGenConc = FALSE, plotAnnual = FALSE)

image

plotConcHist(eK, yearStart, yearEnd, plotGenConc = TRUE, plotAnnual = TRUE, plotFlowNorm = FALSE)

image

plotConcHist(eK, yearStart, yearEnd, plotGenConc = FALSE, plotAnnual = TRUE, plotFlowNorm = FALSE)

image

 plotConcHist(eK, yearStart, yearEnd, plotGenConc = TRUE, plotAnnual = FALSE, plotFlowNorm = FALSE)

image

Does that look about right?

I think it looks great. Thanks. Bob