donkirkby / live-py-plugin

Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
https://donkirkby.github.io/live-py-plugin
MIT License
290 stars 57 forks source link

Missing signature attribute in matplotlib 3.5.2 #480

Closed donkirkby closed 1 year ago

donkirkby commented 1 year ago

What I did

Simple matplotlib plot in live turtle mode.

import matplotlib.pyplot as plt

plt.plot([1, 3])

plt.show()

What happened

Error call stack, ending with this:

AttributeError: 'method' object has no attribute 'signature'

What I wanted to happen

Normal plot should appear on canvas.

My environment

Describe the versions of everything you were using:

donkirkby commented 1 year ago

Fixed in 7eaf6dc55caaaa65c5d6937b25e1748df75dbdb3.