import matplotlib.pyplot as plt

from examples.props.vm_vp_plane import main

main()
plt.show()
