From c7565ba6a4cebc1e7fff6d5a2ee6350cadec4038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Thu, 22 Oct 2020 15:45:59 +0200 Subject: [PATCH] Plotly --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2e2d3f..40bbafd 100644 --- a/README.md +++ b/README.md @@ -3345,7 +3345,7 @@ c 7 8 Plotly ------ ```python -# $ pip3 install plotly +# $ pip3 install plotly kaleido from plotly.express import line
= line(, x=, y=) # Or: line(x=, y=)
.write_html/json/image('') # Also:
.show() diff --git a/index.html b/index.html index d050fc5..c7cdd92 100644 --- a/index.html +++ b/index.html @@ -2842,7 +2842,7 @@ c 7 8 -

#Plotly

# $ pip3 install plotly
+

#Plotly

# $ pip3 install plotly kaleido
 from plotly.express import line
 <Figure> = line(<DF>, x=<col_name>, y=<col_name>)   # Or: line(x=<list>, y=<list>)
 <Figure>.write_html/json/image('<path>')            # Also: <Figure>.show()