kernc / backtesting.py

:mag_right: :chart_with_upwards_trend: :snake: :moneybag: Backtest trading strategies in Python.
https://kernc.github.io/backtesting.py/
GNU Affero General Public License v3.0
5.04k stars 987 forks source link

feat: added color bar for each heatmap #1131

Open devon-n opened 3 months ago

devon-n commented 3 months ago

Moved the cmap from plot_heatmaps to within the for loop that creates heatmaps so that each heatmap can have its own colorbar.

Placed the colorbar on the right of each heatmap