Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7565ba

Browse files
committed
Plotly
1 parent f88906e commit c7565ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3345,7 +3345,7 @@ c 7 8
33453345
Plotly
33463346
------
33473347
```python
3348-
# $ pip3 install plotly
3348+
# $ pip3 install plotly kaleido
33493349
from plotly.express import line
33503350
<Figure> = line(<DF>, x=<col_name>, y=<col_name>) # Or: line(x=<list>, y=<list>)
33513351
<Figure>.write_html/json/image('<path>') # Also: <Figure>.show()

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2842,7 +2842,7 @@
28422842
</code></pre></div>
28432843

28442844

2845-
<div><h2 id="plotly"><a href="#plotly" name="plotly">#</a>Plotly</h2><pre><code class="python language-python hljs"><span class="hljs-comment"># $ pip3 install plotly</span>
2845+
<div><h2 id="plotly"><a href="#plotly" name="plotly">#</a>Plotly</h2><pre><code class="python language-python hljs"><span class="hljs-comment"># $ pip3 install plotly kaleido</span>
28462846
<span class="hljs-keyword">from</span> plotly.express <span class="hljs-keyword">import</span> line
28472847
&lt;Figure&gt; = line(&lt;DF&gt;, x=&lt;col_name&gt;, y=&lt;col_name&gt;) <span class="hljs-comment"># Or: line(x=&lt;list&gt;, y=&lt;list&gt;)</span>
28482848
&lt;Figure&gt;.write_html/json/image(<span class="hljs-string">'&lt;path&gt;'</span>) <span class="hljs-comment"># Also: &lt;Figure&gt;.show()</span>

0 commit comments

Comments
 (0)