コード例 #1
0
ファイル: cpa.py プロジェクト: yoanisgil/CellProfiler-Analyst
 def launch_histogram_plot(self, evt=None):
     hist = Histogram(parent=self)
     hist.Show(True)