Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a little problem in plotConcHist, plotConcHistBoot, plotFluxHist, and plotFluxHistBoot #383

Open
rmhirsch49 opened this issue Sep 13, 2024 · 3 comments

Comments

@rmhirsch49
Copy link

The problem is this. When the user doesn't specify an upper limit to the yaxix (concMax, or fluxMax) the code doesn't look at the genConc or genFlux values to pick up a suitable upper limit for the axis. I am sure this comes about because we didn't make a change to this when we implemented WRTDSKalman as an option. The consequence of this is that it is quite possible for these functions to generate plots that fail to show some of the higher values. I've had that happen to me. Fortunately I noticed a problem and could fix it by adding the concMax or fluxMax arguments. but we need to make it automatic.

Thanks. Bob

@ldecicco-USGS
Copy link
Collaborator

There is code in those functions that look to me like they incorporating both the regular and generalized values to get a max y value.

https://github.com/DOI-USGS/EGRET/blob/main/R/plotConcHist.R#L183
https://github.com/DOI-USGS/EGRET/blob/main/R/plotFluxHist.R#L183

https://github.com/DOI-USGS/EGRETci/blob/main/R/plotCIs.R#L103

Could you give me an eList where you see this happening?

@rmhirsch49
Copy link
Author

rmhirsch49 commented Oct 28, 2024 via email

@rmhirsch49
Copy link
Author

rmhirsch49 commented Oct 28, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants