The Rolling Sharpe chart is incorrect because the parameters of the rolling_sharpe() function in stats.py are ordered differently than the rolling_sharpe() function in _plotting/wrappers.py caller expects. The simplest fix is to change the parameters to match the parameter order of rolling_sortino(), which matches the wrapper caller expectations. I will provide a pull request.
The Rolling Sharpe chart is incorrect because the parameters of the rolling_sharpe() function in stats.py are ordered differently than the rolling_sharpe() function in _plotting/wrappers.py caller expects. The simplest fix is to change the parameters to match the parameter order of rolling_sortino(), which matches the wrapper caller expectations. I will provide a pull request.