Aug-09-2019, 04:28 PM
I am plotting some charts and I noticed that I have gaps in the weekend days.
I want to remove the weekend days from the chart.
[attachment=693]
Gaps are highlighted in red circles.
any support ?
I want to remove the weekend days from the chart.
from matplotlib.dates import (DateFormatter, MonthLocator,date2num) months = MonthLocator() daysFmt = DateFormatter("%d %b %y")The picture looks like :
[attachment=693]
Gaps are highlighted in red circles.
any support ?