AI4Finance-Foundation / FinRL

FinRL: Financial Reinforcement Learning. 🔥
https://ai4finance.org
MIT License
9.39k stars 2.28k forks source link

msi_pc\Python3.9.10\Lib\site-packages\finrl\applications\stock_trading.py To fix the issue of overlapping dates on the x-axis #1059

Closed omerfirat closed 11 months ago

omerfirat commented 11 months ago

overlapping dates on the x-axixs are not readble Can you help me how can i fix it?

stock_trading

nuoheizi commented 11 months ago

At the moment, you can rotate the xticks by setting the parameter “xrotation=20” of the plot function (FinRL/finrl/plot/plot_result), although this may still not achieve the effect you want. Further improvements may require modifying the source code.

zhumingpassional commented 11 months ago

pls try functions of finrl.plot, or write your own functions as reference.