Install and run pre-commit

这个提交包含在:
nmannall
2024-01-22 16:46:33 +00:00
父节点 bed5ae79c3
当前提交 0c0c61e340
共有 11 个文件被更改,包括 18 次插入17 次删除

查看文件

@@ -1,5 +1,5 @@
from matplotlib import pyplot as plt
import numpy as np
from matplotlib import pyplot as plt
def _plot_data(subplots, time, data, label=None, colour="r", line_style="-"):
@@ -46,8 +46,8 @@ def plot_diffs(time, diffs, plot_min=-160):
"""Plots ...
Args:
time:
diffs:
time:
diffs:
plot_min: minimum value of difference to plot (dB). Default: -160
Returns:
@@ -82,4 +82,4 @@ def plot_diffs(time, diffs, plot_min=-160):
ax.set_ylim(plot_min, y_max)
ax.grid()
return fig
return fig