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