Skip to content

Commit

Permalink
change bg color of wt squares in sat.mut. figure
Browse files Browse the repository at this point in the history
  • Loading branch information
luponzo86 committed Jan 26, 2020
1 parent 572bf40 commit eb4e2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhapsody/predict/figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def print_sat_mutagen_figure(filename, rhapsody_obj, res_interval=None,
ax0.grid(which='minor', color='w', linestyle='-', linewidth=.5)

# mutagenesis table (heatmap)
matplotlib.cm.coolwarm.set_bad(color='antiquewhite')
matplotlib.cm.coolwarm.set_bad(color='#F9E79F')
im = ax1.imshow(table_best[:, res_i-1:res_f], aspect='auto',
cmap='coolwarm', vmin=0, vmax=1)
axcb.figure.colorbar(im, cax=axcb)
Expand Down

0 comments on commit eb4e2f3

Please sign in to comment.