From 765eff23f018c6532fa169505d354f175f0f08b3 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 16 Jun 2019 20:14:31 +0200 Subject: [PATCH] Fix typo --- freqtrade/plot/plotting.py | 2 +- scripts/plot_dataframe.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/freqtrade/plot/plotting.py b/freqtrade/plot/plotting.py index dcea3291f..94c0830bf 100644 --- a/freqtrade/plot/plotting.py +++ b/freqtrade/plot/plotting.py @@ -93,7 +93,7 @@ def generate_graph( ) -> go.Figure: """ Generate the graph from the data generated by Backtesting or from DB - Volume will always be ploted in row2, so Row 1 and are to our disposal for custom indicators + Volume will always be ploted in row2, so Row 1 and 3 are to our disposal for custom indicators :param pair: Pair to Display on the graph :param data: OHLCV DataFrame containing indicators and buy/sell signals :param trades: All trades created diff --git a/scripts/plot_dataframe.py b/scripts/plot_dataframe.py index 54ce199f4..eebe20be2 100755 --- a/scripts/plot_dataframe.py +++ b/scripts/plot_dataframe.py @@ -26,7 +26,6 @@ Example of usage: """ import logging import sys -from argparse import Namespace from pathlib import Path from typing import Any, Dict, List