Update graph.py
Browse files
graph.py
CHANGED
|
@@ -84,7 +84,7 @@ def align_and_graph(sound_path, transcript, aligner_function):
|
|
| 84 |
f_max = 400
|
| 85 |
|
| 86 |
|
| 87 |
-
fig, axes1 = plt.subplots(figsize=(15,
|
| 88 |
plt.xlim([rec_start, rec_end])
|
| 89 |
axes1.set_ylim([0.0, f_max])
|
| 90 |
axes1.get_xaxis().set_visible(False)
|
|
|
|
| 84 |
f_max = 400
|
| 85 |
|
| 86 |
|
| 87 |
+
fig, axes1 = plt.subplots(figsize=(15,3))
|
| 88 |
plt.xlim([rec_start, rec_end])
|
| 89 |
axes1.set_ylim([0.0, f_max])
|
| 90 |
axes1.get_xaxis().set_visible(False)
|