From 5024cd52afd6d27d8192d5feffd367d99dedb3bf Mon Sep 17 00:00:00 2001 From: Gerald Lonlas Date: Mon, 4 Jun 2018 23:49:16 -0700 Subject: [PATCH] Update docstring for generate_graph() --- scripts/plot_dataframe.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/plot_dataframe.py b/scripts/plot_dataframe.py index c3fb1af18..e7737a5c7 100755 --- a/scripts/plot_dataframe.py +++ b/scripts/plot_dataframe.py @@ -132,6 +132,7 @@ def generate_graph(pair, trades, data, args) -> tools.make_subplots: :param pair: Pair to Display on the graph :param trades: All trades created :param data: Dataframe + :param args: sys.argv that contrains the two params indicators1, and indicators2 :return: None """