How to Solve NameError: name 'StaticOrbitPlotter' is not defined -- poliastro

Solution: Import the 'StaticOrbitPlotter' module

# Add the following line to the top of your code
from poliastro.plotting import StaticOrbitPlotter

 

For more information:
poliastro StaticOrbitPlotter