Skip to content

Commit

Permalink
theme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benczaja committed Feb 4, 2025
1 parent ac621cd commit 9f690ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eacctview/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ def terminal(self, metrics, xvy_metrics=None):
if self.loops_status:
self.timelines(plx,metrics)
else:
plx.subplot(1,2)
plx.theme("pro")
plx.text("EAR LOOPS NOT ACTIVATED.\nRe-run your job with `export EARL_REPORT_LOOPS=1`",x=-0.5,y=0)
plx.xlim(-1,1)

Expand Down

0 comments on commit 9f690ce

Please sign in to comment.