def plot_changed_files_by_category(self): sns.barplot(x="Files", y=self.changed_file_category_frame.index, data=self.changed_file_category_frame)