Fix a few deprecation warnings by DanielGoldfarb · Pull Request #571 · matplotlib/mplfinance
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 668
Conversation
-
MatplotlibDeprecationWarning: The seaborn styles shipped by Matplotlib are deprecated since 3.6, as they no longer correspond to the styles shipped by seaborn. However, they will remain available as 'seaborn-v0_8-<style>'. Alternatively, directly use the seaborn API instead.- try style
'seaborn-v0_8-darkgrid', if exception then use old'seaborn-darkgrid'
- try style
-
FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.- use
concat()instead ofappend()
- use
-
FutureWarning: iteritems is deprecated and will be removed in a future version. Use .items instead. for date,value in percentB.iteritems():- use
items()instead ofiteritems()
- use
-
<string> DeprecationWarning: invalid escape sequence \- use raw string for docstring that contains an un-escaped \
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters