Line charts: confidence intervals
See original GitHub issueFeature Proposal
The band around the line:
Feature Use Case
I’m visualizing ratings over time, these ratings are accompanied by an uncertainty at every point in time.
Possible Implementation
By adding ‘up’ and ‘down’ information to points in the datasets, the line charts could include confidence intervals around the lines {x:0, y:10, u:2, d:1}
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Create line charts with confidence bands - User Friendly
Creating confidence bars in Excel is relatively easy. First create your line chart. Then with the series selected, click on Chart Tools ...
Read more >Chart with confidence intervals - Best Excel Tutorial
In this article we will try to learn the method to create charts with confidence intervals.
Read more >Line Chart with Confidence Interval in Python
A tutorial on creating a line chart with confidence intervals in Python using Matplotlib, Seaborn, Altair and Plotly, including interactive ...
Read more >Line Chart with Confidence Interval Band
How to make a line chart with a bootstrapped 95% confidence interval band. ... Built with Sphinx using a theme provided by Read...
Read more >How to show confidence intervals in Datawrapper line charts
Prepare the data. To create a line with a confidence interval, we need to upload four columns: the years; data points of the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That can be done with 3 lines: https://codepen.io/kurkle/pen/QWwOOBa?editors=1010
You may also be interested in this plugin: https://github.com/datavisyn/chartjs-plugin-error-bars