Compare commits

..

No commits in common. "68fea3633e21c55ac15aa7d9fffef9441b81ad7c" and "f2a388fb09c51f1b18b3cc96def1f6443523b258" have entirely different histories.

View File

@ -108,7 +108,7 @@ Use -exclude='regex' to specify signals to exclude (or -ex).""")
colour_high = (252, 186, 3)
colour_low = (20, 184, 186)
fig = plt.figure(figsize = (num_sigs/3+4,num_times/3+4), dpi = 100)
fig = plt.figure(figsize = (num_sigs/3,num_times/3))
image = np.zeros((num_sigs, num_times, 3), dtype = int)
image[signals_matrix == 0] = colour_undefined