-
Notifications
You must be signed in to change notification settings - Fork 17
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
be able to plot sub-daily values #135
Comments
EGRET plotting functions that need to be considered for adapting to subdaily values:
|
All bolded functions are already using @aappling-usgs what do you think the axis labels should be on subdaily plots? Does it depend on how large the total time the axis spans (e.g. range(axis) > 1 year, only show years)? |
There is still one issue because I need to pick one column to use instead of |
Yeah, sounds like a problem for a fresh day! |
EGRET only plots values stamped with Dates, not date-times (e.g. POSIXct) (#131 (comment)). Loadflex accepts sub-daily resolution; this should be possible with plots, too. Could, however, be as simple [for now] as rounding datetimes to dates, because many of these plots will change only minimally.
The text was updated successfully, but these errors were encountered: