Spaces:
Running
Running
QAway-to
commited on
Commit
·
6f6e328
1
Parent(s):
40d1d72
Just change the header
Browse files- .idea/misc.xml +1 -1
- alpha_chart.py +1 -1
.idea/misc.xml
CHANGED
|
@@ -3,5 +3,5 @@
|
|
| 3 |
<component name="Black">
|
| 4 |
<option name="sdkName" value="Python 3.12 (sdfs11)" />
|
| 5 |
</component>
|
| 6 |
-
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.
|
| 7 |
</project>
|
|
|
|
| 3 |
<component name="Black">
|
| 4 |
<option name="sdkName" value="Python 3.12 (sdfs11)" />
|
| 5 |
</component>
|
| 6 |
+
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13 (TradeLinkAI)" project-jdk-type="Python SDK" />
|
| 7 |
</project>
|
alpha_chart.py
CHANGED
|
@@ -36,7 +36,7 @@ def plot_alpha_btc_chart(portfolio_id: str):
|
|
| 36 |
ax.spines['top'].set_color('none')
|
| 37 |
ax.spines['bottom'].set_position('zero')
|
| 38 |
ax.spines['left'].set_position('zero')
|
| 39 |
-
ax.set_title("Alpha
|
| 40 |
ax.set_xlabel("Индекс")
|
| 41 |
ax.set_ylabel("Alpha")
|
| 42 |
ax.grid(True, linestyle='--', alpha=0.5)
|
|
|
|
| 36 |
ax.spines['top'].set_color('none')
|
| 37 |
ax.spines['bottom'].set_position('zero')
|
| 38 |
ax.spines['left'].set_position('zero')
|
| 39 |
+
ax.set_title("Alpha BTC", fontsize=14)
|
| 40 |
ax.set_xlabel("Индекс")
|
| 41 |
ax.set_ylabel("Alpha")
|
| 42 |
ax.grid(True, linestyle='--', alpha=0.5)
|