Skip to content

Matplotlib is_frame_like is deprecated, and will be removed soon #1568

@tvst

Description

@tvst

To repro, run this:

import matplotlib.pyplot as plt
import plotly.tools
f = plt.figure()
plt.plot([1,2,3,4])
plotly.tools.mpl_to_plotly(f)

...which will result in this warning being printed to the console:

(...)/lib/python3.6/site-packages/plotly/matplotlylib/mpltools.py:368: MatplotlibDeprecationWarning:                                     
The is_frame_like function was deprecated in Matplotlib 3.1 and will be removed in 3.3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions