miguelmoreto / labcontrole

The LabControle is a simulation software for linear control systems. It is designed to be used as an auxiliary tool for teaching classical control system theory.
http://sites.google.com/site/controlelab/
9 stars 2 forks source link

FIX: deprecated methods in matplotlib. #27

Closed andidevel closed 4 years ago

andidevel commented 4 years ago

The draw() function will no longer supported by new versions of Matplotlib.

Changed to canvas.draw_idle(), according Matplotlib's documentation.

miguelmoreto commented 4 years ago

@andidevel thanks a lot for you contribution!