Skip to content

Commit 7a1aacc

Browse files
committed
SATURDAY is not necessary in this example
1 parent bbf9bdd commit 7a1aacc

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)