Skip to content

Commit

Permalink
capital rules
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Dec 24, 2023
1 parent 0d7a645 commit ac61a21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions scripts/supfig11.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

a = pd.read_table('data/metagenomic_coverage.tsv', index_col=0)
a = a[[
'apis mellifera filamentous virus',
'apis orthomyxovirus 1 - PB1',
'Apis mellifera filamentous virus',
'Apis orthomyxovirus 1 - PB1',
'apthili virus',
'apparli virus',
'bee-macula like virus',
Expand Down Expand Up @@ -77,4 +77,4 @@
g.set_xlabel('qpcr')
g.figure.savefig('output/sup_fig11.pdf', dpi=300)
g.figure.savefig('output/sup_fig11.png', dpi=300)
g.figure.savefig('output/sup_fig11.tiff', dpi=300)
g.figure.savefig('output/sup_fig11.tiff', dpi=300)
2 changes: 1 addition & 1 deletion scripts/supfig9.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
alpha = 0.9
)
ax[5,0].add_patch(rec)
ax[5,0].set_ylabel(vir)
ax[5,0].set_ylabel('Apis orthomyxovirus 1')
ax[5,0].set_ylim(-4,4)
rx, ry = rec.get_xy()
cx = rx
Expand Down

0 comments on commit ac61a21

Please sign in to comment.