space before unit ...

This commit is contained in:
Matthias 2019-12-12 14:08:44 +01:00
parent 7c7ca1cb90
commit 330b8cf8a1
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ def plot_trades(fig, trades: pd.DataFrame) -> make_subplots:
)
# Create description for sell summarizing the trade
desc = trades.apply(lambda row: f"{round(row['profitperc'], 3)}%, {row['sell_reason']}, "
f"{row['duration']}min",
f"{row['duration']} min",
axis=1)
trade_sells = go.Scatter(
x=trades["close_time"],