You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pandas defaults to matplotlib, but it would be convenient to swap the different plotting backends using the configuration pd.options.plotting.backend = 'matplotlib' instead of using matplotlib specific code throughout.
The text was updated successfully, but these errors were encountered:
Reference: https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.plot.html
pandas defaults to matplotlib, but it would be convenient to swap the different plotting backends using the configuration
pd.options.plotting.backend = 'matplotlib'
instead of using matplotlib specific code throughout.The text was updated successfully, but these errors were encountered: