pmorissette / ffn

ffn - a financial function library for Python
pmorissette.github.io/ffn
MIT License
1.94k stars 291 forks source link

Compatibility with matplotlib > 3.2.1 #100

Closed gines-carrascal closed 3 years ago

gines-carrascal commented 4 years ago

look at the documentation (https://matplotlib.org/3.2.1/api/matplotlib_configuration_api.html#matplotlib.use)

It seems to me that you are passing a parameter (warn) that has been deprecated

timkpaine commented 3 years ago

fixed in https://github.com/pmorissette/ffn/pull/104