Skip to content

Commit

Permalink
flattened allele data for plot
Browse files Browse the repository at this point in the history
  • Loading branch information
mbowcut2 committed Mar 20, 2024
1 parent 7bbebc0 commit 33f7e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRISPResso2/CRISPRessoPlot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2560,7 +2560,7 @@ def _annotate_heatmap(self, ax, mesh):


for x, y, m, color, val, per_element_dict in zip(xpos.flat, ypos.flat,
mesh.get_array(), mesh.get_facecolors(),
mesh.get_array().flat, mesh.get_facecolors(),
self.annot_data.flat, self.per_element_annot_kws.flat):
#print per_element_dict
if m is not np.ma.masked:
Expand Down

0 comments on commit 33f7e24

Please sign in to comment.