Obsługa grupowania w rysunkach
Niezdefiniowane zmienne dot. grupowania w funkcjach rysowania wyników.
exp.plot_text():
516 if group_by not in self.metadata['labels']: <--- 517 if self.verbose < 2: 518 print("Warning: Class name '{}' not available in provided labels: {}.".format(group_by,self.metadata['labels']))NameError: name 'group_by' is not defined
exp.plot_group_texts('class',group=exp.metadata['files']['term'][3])
550 if isinstance(group,str): 551 index = group_namesD[group] <--- 552 else: 553 index = group