The current version of RotorPy is stuck with an older version of matplotlib because it uses the axes3ds drop-in module for improved 3D plotting. This was a fix to an older version of matplotlib.
We should remove any dependence on this script so we can safely remove it and update to a current version of matplotlib.
The current version of RotorPy is stuck with an older version of
matplotlib
because it uses theaxes3ds
drop-in module for improved 3D plotting. This was a fix to an older version ofmatplotlib
.We should remove any dependence on this script so we can safely remove it and update to a current version of
matplotlib
.