MarkSherstan / MPU-6050-9250-I2C-CompFilter

MPU6050/9250 I2C and SPI interface. Sensor fusion using a complementary filter yields sensor Euler angles and is implemented in five different languages.
GNU General Public License v3.0
94 stars 24 forks source link

Fixing "Slider() has no valstep parameter" error msg #8

Closed slowrunner closed 4 years ago

slowrunner commented 4 years ago

In running magCalSlider.py on Dexter Industries Raspbian for Robots, I received the error: Slider() has no valstep parameter

pip3 freeze | grep matplotlib reported matplotlib version 2.0.0 sudo pip3 install --upgrade matplotlib fixed the issue (upgraded to version 3.0.3)

(Can mark issue solved/complete.)

MarkSherstan commented 4 years ago

Resolving issue as per comments above.