Skip to content

Commit

Permalink
Added another plotting notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
ejohnson643 committed Nov 17, 2021
1 parent 508ec1a commit ce95099
Show file tree
Hide file tree
Showing 4 changed files with 1,361 additions and 1 deletion.
2 changes: 1 addition & 1 deletion EMBEDR/plots/sweep_lineplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def _plot(self, rowNo, colNo):
self._hp_array.max() + xspan * 0.01)

if self.title is None:
title = self.lab_proc[2][self.lab_proc[3][label]]
title = self.lab_proc[2][self.lab_proc[3][label]].title()
else:
title = self.title
axis.set_title(title, fontsize=self.title_size,
Expand Down
Loading

0 comments on commit ce95099

Please sign in to comment.