Skip to content

Commit

Permalink
automatically show multiplot when initiated
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Anthony committed Feb 10, 2021
1 parent 96d5607 commit 845ad8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mpl_qt_viz/visualizers/_multiPlot.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def __init__(self, artists: List[List[Artist]], title: str, parent=None):
self._index = 0 # Keeps track of which frame we are currently viewing.
self._updateDisplayedImage()
plt.close(self.figure) # A separate figure window will have been opened during the creation of our artists. This is extra and should be closed.
self.show()

def showPreviousIm(self):
"""Display the previous set of display elements."""
Expand Down

0 comments on commit 845ad8d

Please sign in to comment.