Remove pandas rom dataset

This commit is contained in:
Eren Golge
2018-03-02 05:42:23 -08:00
parent 81669c1e58
commit 793563b586
4 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import matplotlib.pyplot as plt
def plot_alignment(alignment, info=None):
fig, ax = plt.subplots()
fig, ax = plt.subplots(figsize=(16,10))
im = ax.imshow(alignment.T, aspect='auto', origin='lower',
interpolation='none')
fig.colorbar(im, ax=ax)