コード例 #1
0
ファイル: baseplot.py プロジェクト: PierreRaybaut/guiqwt
 def showEvent(self, event):
     """Reimplement Qwt method"""
     QwtPlot.showEvent(self, event)
     if self._start_autoscaled:
         self.do_autoscale()
コード例 #2
0
ファイル: baseplot.py プロジェクト: CaptainAL/Spyder
 def showEvent(self, event):
     """Reimplement Qwt method"""
     QwtPlot.showEvent(self, event)
     if self._start_autoscaled:
         self.do_autoscale()