These are the non-official pyplot extensions to dqrobotics.
https://marinholab.github.io/dqrobotics-pyplot/gallery.html
https://github.com/MarinhoLab/dqrobotics-pyplot/issues
https://marinholab.github.io/dqrobotics-pyplot/
python3 -m pip install dqrobotics-pyplotfrom dqrobotics import *
from matplotlib import pyplot as plt
# Adding the prefix `dqp` to help users differentiate from `plt`
import dqrobotics_extensions.pyplot as dqpSee the script
src/dqrobotics_extensions/pyplot/example.pyor alternatively the installed version
dqrobotics_pyplot_exampleSee the script
src/dqrobotics_extensions/pyplot/example_animations.pyor alternatively the installed version
dqrobotics_pyplot_example_animation