Skip to content

Commit

Permalink
Improve binning
Browse files Browse the repository at this point in the history
  • Loading branch information
kpj committed Feb 14, 2016
1 parent e9d8205 commit 04ba0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rare_codon_positions.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def plot_positions(positions):
pos = list(itertools.chain(*positions))

n, bins, patches = plt.hist(
pos, np.arange(0, 1, 0.25),
pos, np.arange(0, 1.0001, 0.01),
facecolor='khaki')

plt.title('Rare codon position overview')
Expand Down

0 comments on commit 04ba0ed

Please sign in to comment.