X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=tabverges.py;h=b56d42c81202fa2eb27f19d5ae22740ef4b4453a;hp=b31bf7c9129ae8d2772dd3cb6403afb5c32ab7da;hb=434a6105156cca276a69c294c8b99369cf41c66f;hpb=a6c0faa62f33e5e64ad7eab5b9d804be99c6759a diff --git a/tabverges.py b/tabverges.py index b31bf7c..b56d42c 100644 --- a/tabverges.py +++ b/tabverges.py @@ -56,6 +56,14 @@ class Prototypical(AnalyseMatrix) : else : self.parametres['limrang'] = self.dial.ranglim.GetValue() self.parametres['freqmin'] = int(self.dial.m_textCtrl4.GetValue()) + if self.dial.typegraph.GetSelection() == 0 : + self.parametres['typegraph'] = 'classical' + self.parametres['cloud'] = False + elif self.dial.typegraph.GetSelection() == 1 : + self.parametres['typegraph'] = 'classical' + self.parametres['cloud'] = True + else : + self.parametres['typegraph'] = 'plan' table_assoc, table_rank = self.dotable() self.makedatas(table_assoc, table_rank) self.DoR()