Skip to content

Commit

Permalink
MAINT: fixed example of deprecated finance package from matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
AvishaiW committed Jul 18, 2018
1 parent 5417c65 commit 173d8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst/examples/talib_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import talib as ta
from logbook import Logger
from matplotlib.dates import date2num
from matplotlib.finance import candlestick_ohlc
from mpl_finance import candlestick_ohlc

from catalyst import run_algorithm
from catalyst.api import (
Expand Down

0 comments on commit 173d8f3

Please sign in to comment.