Is it possible to have a datetime scale not consider weekends as part of the time continuum? For instance, if I am plotting stock prices over a 2 week period with a line geometry, I do not want to plot a 2 day period of flattness during the weekend. I would like friday to connect with Monday.
Share
I imagine that there’s a better way, but you could always just use an index for the plot and then assign the dates as labels afterwards: