dstl / Stone-Soup

A software project to provide the target tracking community with a framework for the development and testing of tracking algorithms.
https://stonesoup.rtfd.io
MIT License
384 stars 126 forks source link

Fix ellipse plot #843

Closed mharris-dstl closed 10 months ago

mharris-dstl commented 10 months ago

A quick PR. Changes ellipse plotting so that the first point is appended to the end of the list of ellipse points so that, if the outline of an ellipse is plotted, the outline draws the proper shape.

Before:

broken

After:

fix