Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit 4cb9479

Browse files
author
Adel Mamin
committed
Change background colour to white in print_track_res.py script
1 parent c3c3d2c commit 4cb9479

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

peregrine/analysis/print_track_res.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def main():
6969
time_stamp_max = max(time_stamps)
7070

7171
fig = plt.figure(figsize=(11, 15))
72+
fig.patch.set_facecolor('white')
7273
plt.subplots_adjust(wspace=0.25, hspace=0.75)
7374

7475
for (par_to_print,layout) in params:

0 commit comments

Comments
 (0)