Hi,
I seem to run into the same problem using plotly as with matplotlib whenever the time-series does not have data for the weekend, the plot simply interpolates between the dates. Is there any workaround to ignore missing time interpolation?
The matplotlib workaround is here: http://matplotlib.org/examples/pylab_examples/date_index_formatter.html
I would appreciate it if someone has found out a method with plotly.
Thanks.