Combine the two different approaches into a single plotting utilities library. Uses the API of Dino's plotting.py and removes the static ResultsVisualizer class. It also allows more object types to increase flexibility.
This PR also combines and expands two different visualization notebooks to provide a single location for more comprehensive examples.
Closes #523
Combine the two different approaches into a single plotting utilities library. Uses the API of Dino's
plotting.py
and removes the staticResultsVisualizer
class. It also allows more object types to increase flexibility.This PR also combines and expands two different visualization notebooks to provide a single location for more comprehensive examples.