Compare commits
2 Commits
f2a388fb09
...
68fea3633e
Author | SHA1 | Date | |
---|---|---|---|
|
68fea3633e | ||
|
97f7489100 |
@ -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,num_times/3))
|
||||
fig = plt.figure(figsize = (num_sigs/3+4,num_times/3+4), dpi = 100)
|
||||
|
||||
image = np.zeros((num_sigs, num_times, 3), dtype = int)
|
||||
image[signals_matrix == 0] = colour_undefined
|
||||
|
Loading…
Reference in New Issue
Block a user