I wonder how I can create a time series using Scatter plot which would show gaps (resulting in an “interrupted” line) whenever there is data “missing”. This would essentially mean whenever adjacent points are too far apart, where one would need to define what “too far” means. I think I’ve managed to do this using Bokeh before.
Ok, I’ve discovered this now using the connectgaps
attribute and None
values: https://plot.ly/python/line-charts/
1 Like
Is there a connectgaps attribute for R?