X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=ProfList.py;h=41dd3df3db7baa8ce511fddbd12870cc0ed22dad;hp=86d3084c7cf3794bd78b4138379b741b24b84072;hb=434a6105156cca276a69c294c8b99369cf41c66f;hpb=3337f787ca0fe81614a3957d8fe332a7d44a14bc;ds=sidebyside diff --git a/ProfList.py b/ProfList.py index 86d3084..41dd3df 100644 --- a/ProfList.py +++ b/ProfList.py @@ -518,7 +518,7 @@ class ProfListctrlPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.Col 'halo' : 0, 'tmpchi': self.tmpchi, 'fromprof' : True, - 'edge.curved' : True, + 'edgecurved' : True, } act = {} tableau = copymatrix(tableau) @@ -617,11 +617,10 @@ class ProfListctrlPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.Col dlg.Update(3, u'concordancier...') ucis_txt, ucestxt = doconcorde(corpus, nuces, self.la, uci = uci) items = dict([[i, '
'.join([ucis_txt[i], '
score : %.2f

' % ntab2[i][0], ucestxt[i]])] for i, uce in enumerate(nuces)]) - dlg.Update(4, u'texte...') + dlg.Destroy() win = message(self, items, u"Segments de texte caractéristiques - Classe %i" % self.cl, (750, 600), uceids = nuces) #win.html = '\n' + '
'.join(['
'.join([ucis_txt[i], '
score : %.2f
' % ntab2[i][0], ucestxt[i]]) for i in range(0,len(ucestxt))]) + '\n' #win.HtmlPage.SetPage(win.html) - dlg.Destroy() win.Show(True) def on_tablex(self, evt):