mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
pep8 check
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import matplotlib.pyplot as plt
|
||||
|
||||
|
||||
def plot_alignment(alignment, info=None):
|
||||
fig, ax = plt.subplots(figsize=(16,10))
|
||||
fig, ax = plt.subplots(figsize=(16, 10))
|
||||
im = ax.imshow(alignment.T, aspect='auto', origin='lower',
|
||||
interpolation='none')
|
||||
fig.colorbar(im, ax=ax)
|
||||
|
||||
Reference in New Issue
Block a user