Skip to content

Commit 7335fd9

Browse files
Dom LaetschDom Laetsch
authored andcommitted
changed font size for ReadCovPlot
1 parent b6a893a commit 7335fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BtPlot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def relabel_and_colour(self, colour_f, user_labels):
300300
self.plot_order.append('other')
301301

302302
def plotReadCov(self, refcov_dict):
303-
mat.rcParams.update({'font.size': 14})
303+
mat.rcParams.update({'font.size': 18})
304304
plot_data = {}
305305

306306
main_columns = 2

0 commit comments

Comments
 (0)