Kalman icon indicating copy to clipboard operation
Kalman copied to clipboard

Replaced deprecated matplotlib function

Open jkaniuka opened this issue 10 months ago • 0 comments

When I was trying to run EKF with CTRV, I encountered this error:

AttributeError: module 'matplotlib.dates' has no attribute 'strpdate2num'

In Matplotlib 3.3.0 strpdate2num() function has been removed (see details here). I updated this example to make it run with latest stable release of matplotlib (3.8.3) :wink:

jkaniuka avatar Apr 01 '24 18:04 jkaniuka