프로젝트

일반

사용자정보

개정판 087abd78

ID087abd78da63327f37b3cb268f0baca45ec5ae35
상위 f96cd6c1
하위 5cc445f1

함의성이(가) 약 6년 전에 추가함

issue #000: sort code

차이점 보기:

DTI_PID/DTI_PID/TrainingImageListDialog.py
526 526
            
527 527
            win = pg.PlotWidget(background = 'w', title = 'Trained Characters')
528 528
            win.setMouseEnabled(False, False)
529
            #plot = pg.plot(range(len(categories)), barList, title = 'Trained Characters', pen = 'b')
529

  
530 530
            plot = pg.BarGraphItem(x = range(len(categories)), height = barList, width = 0.6, brush = 'b')
531 531
            win.addItem(plot)
532
            #win.resize(self.ui.splitter.widget(0).width(), 110)
533 532
            xax = win.getAxis('bottom')
534 533
            yax = win.getAxis('left')
535 534
            xax.setPen('k')
536 535
            yax.setPen('k')
537 536
            xax.setTicks(categoriesDict)
538 537
            win.showGrid(x = True, y = True)
539

  
538
            
540 539
            if self.ui.splitter.replaceWidget(1, win) is None:
541 540
                self.ui.splitter.addWidget(win)
542 541
            #self.ui.splitter.widget(1).resize(self.ui.splitter.widget(1).width(), 200)

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)