plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

bug fix from matplotlib.collections api change

Open bcsherma opened this issue 3 years ago • 0 comments

The matplotlib.collections.Collection object used to have offsets accessible via the get_offset_positions method, which was deprecated in favor of a hidden attribute _offset_position. There was a cold path in mplexported that used the old method and causes certain conversions to fail.

bcsherma avatar Aug 08 '22 23:08 bcsherma