It would be nice to have the typical matplotlib toolbar on top of the Figure Canvas. I think it could be added relatively easily in the definition of the MPL Widget by adding ```Python self.toolbar = NavigationToolbar(self.canvas, self) ``` to the layout. I could send you a PR to implement this - let me know if I should.