Rename generate_plot_file to store_plot_file

This commit is contained in:
Matthias
2019-06-30 09:28:34 +02:00
parent c3db4ebbc3
commit 700bab7279
3 changed files with 5 additions and 6 deletions

View File

@@ -213,7 +213,7 @@ def generate_plot_filename(pair, ticker_interval) -> str:
return file_name
def generate_plot_file(fig, filename: str, auto_open: bool = False) -> None:
def store_plot_file(fig, filename: str, auto_open: bool = False) -> None:
"""
Generate a plot html file from pre populated fig plotly object
:param fig: Plotly Figure to plot