Spaces:
Sleeping
Sleeping
cyberosa commited on
Commit ·
e22f08e
1
Parent(s): a46bb55
fix typo
Browse files- tabs/dist_gap.py +1 -1
tabs/dist_gap.py
CHANGED
|
@@ -62,7 +62,7 @@ def get_correlation_map(markets_data: pd.DataFrame):
|
|
| 62 |
) # Adjust the size of the colorbar
|
| 63 |
|
| 64 |
# Set the title
|
| 65 |
-
plt.title("Correlation Heatmap"
|
| 66 |
|
| 67 |
# Rotate the y-axis labels for better readability
|
| 68 |
plt.yticks(rotation=0)
|
|
|
|
| 62 |
) # Adjust the size of the colorbar
|
| 63 |
|
| 64 |
# Set the title
|
| 65 |
+
plt.title("Correlation Heatmap")
|
| 66 |
|
| 67 |
# Rotate the y-axis labels for better readability
|
| 68 |
plt.yticks(rotation=0)
|