Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix plotting confidence bands with gaps (#364)
Plotly doesn't correctly handle fills with gaps. This is an issue for confidence bands as they are being plotted currently. Work around is to tell Plotly to fill the gaps, which causes correct rendering. Unfortunately it does fill the gap, but this is the easiest work around for now. See plotly/plotly.js#2736 for context.
- Loading branch information