X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=textwordcloud.py;h=4fffba02142edb8ae3e446efc39a268cadb6acfd;hp=8022af6ff130e30cb6ddd4bd9b55bc1758769794;hb=b19770356272772c8c8ba75f351520eca186bd19;hpb=d1d24d86422c9e9805516190ea17a379201f9300 diff --git a/textwordcloud.py b/textwordcloud.py index 8022af6..4fffba0 100644 --- a/textwordcloud.py +++ b/textwordcloud.py @@ -58,6 +58,7 @@ class WordCloud(AnalyseText): while os.path.exists(outgraph + str(nb) + '.png') : nb += 1 self.parametres['graphout'] = outgraph + str(nb) + '.png' + dial.Destroy() def make_wordcloud(self) :