Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Jun 7, 2024
1 parent 0c0b8fa commit d176d03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gamutrfwaterfall/gamutrfwaterfall/waterfall_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,10 @@ def init_fig(self, onresize):
plt.rcParams[param] = "#cdcdcd" # "#d2d5dd"

self.state.fig = plt.figure(
num=self.num, clear=True, figsize=(self.config.width, self.config.height), dpi=100
num=self.num,
clear=True,
figsize=(self.config.width, self.config.height),
dpi=100,
)
if not self.config.batch:
self.state.fig.canvas.mpl_connect("resize_event", onresize)

Check warning on line 219 in gamutrfwaterfall/gamutrfwaterfall/waterfall_plot.py

View check run for this annotation

Codecov / codecov/patch

gamutrfwaterfall/gamutrfwaterfall/waterfall_plot.py#L219

Added line #L219 was not covered by tests
Expand Down

0 comments on commit d176d03

Please sign in to comment.