A special method to re-show the figure in the notebook.
(self)
| 107 | Gcf.figs.pop(self.num, None) |
| 108 | |
| 109 | def reshow(self): |
| 110 | """ |
| 111 | A special method to re-show the figure in the notebook. |
| 112 | |
| 113 | """ |
| 114 | self._shown = False |
| 115 | self.show() |
| 116 | |
| 117 | @property |
| 118 | def connected(self): |