Skip to content

Commit d1cb66e

Browse files
committed
Merge pull request #763 from frewsxcv/patch-1
SATURDAY is not necessary in this example
2 parents bbf9bdd + 7a1aacc commit d1cb66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/date_demo2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from __future__ import print_function
99
import datetime
1010
from pylab import figure, show
11-
from matplotlib.dates import MONDAY, SATURDAY
11+
from matplotlib.dates import MONDAY
1212
from matplotlib.finance import quotes_historical_yahoo
1313
from matplotlib.dates import MonthLocator, WeekdayLocator, DateFormatter
1414

0 commit comments

Comments
 (0)