mhallsmoore / qstrader

QuantStart.com - QSTrader backtesting simulation engine.
https://www.quantstart.com/qstrader/
MIT License
2.79k stars 842 forks source link

Add plot arguments to tearsheet plot_results. #400

Open ravelantunes opened 1 week ago

ravelantunes commented 1 week ago

The default figsize on tearsheet is bigger than my notebook screen, requiring me to constantly resize after each run. Added an optional argument to plot_results so figsize can be customized. ie.:

tearsheet.plot_results(plot_kwargs={'figsize': (12, 8)})
juliettejames commented 1 week ago

Thank you for your suggestions to the QSTrader project. We will review them in due course and add them to our feature backlog.