-
Notifications
You must be signed in to change notification settings - Fork 3
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
Rolling average example #811
Comments
rolyp
modified the milestones:
v0.7.2 ICFP Submission,
v0.7.3 Cambridge/Turing RSE Talks
Feb 9, 2024
rolyp
modified the milestones:
v0.7.3 ICCS Summer School,
v0.7.5 Summer Internships 2024
Jul 12, 2024
rolyp
changed the title
Linked inputs example using cumulative function
Linked outputs example with rolling average
Jul 16, 2024
Had a better idea for this and bumped from Proposed to Planned. |
rolyp
changed the title
Linked outputs example with rolling average
Linked outputs example: rolling average
Aug 24, 2024
4 tasks
@JosephBond Taking a look at this this morning. Added a subtask to add a test case once we have things working as best as they can given the current issues with the graph. |
rolyp
changed the title
Linked outputs example: rolling average
Rolling average example
Sep 25, 2024
This was referenced Sep 25, 2024
github-project-automation
bot
moved this from In Progress
to Recently completed
in Fluid
Sep 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Regular test case (without slicing)❌ linked outputs test case better (assumptions about file locations, etc)identity
as expected output selection)Linked outputs test case (with non-trivial expected output selection)❌ revisit with better dependenciesmoving-average
libraryLinkedText
aspect (served better by IPCC AR6: Table SPM.1 #1118)newPoints
workaround (takefloor
)y
coordinate not consumed by original curveMy original thought was to visualise some kind of cumulative function of a time series. That should show a given output being related to every prior element in the series. But from the Cross-VESRI event I realised it is common to use line charts to plot a time series alongside a rolling average to visualise trends more clearly. For example, one could plot annual global average temperature and overlay it with a 5-year rolling average to smooth out short-term fluctuations and highlight longer-term trends.
What we could implement is a slightly more self-explanatory version of this where the related outputs would be automatically highlighted. (With #268 we could also show the calculation of the average, but it would still be useful just to show the sliding window.)
Maybe this could be coupled with a selection visualisation convention whereby if adjacent points are selected then the line that connects them also has some selection highlighting.
See also:
LineChart
: highlight line segments between adjacent point selections #1073The text was updated successfully, but these errors were encountered: