|
|
@ -2842,7 +2842,7 @@ c <span class="hljs-number">7</span> <span class="hljs-number">8</span> |
|
|
|
</code></pre></div> |
|
|
|
|
|
|
|
|
|
|
|
<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> |
|
|
|
<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> |
|
|
|
<span class="hljs-keyword">from</span> plotly.express <span class="hljs-keyword">import</span> line |
|
|
|
<Figure> = line(<DF>, x=<col_name>, y=<col_name>) <span class="hljs-comment"># Or: line(x=<list>, y=<list>)</span> |
|
|
|
<Figure>.write_html/json/image(<span class="hljs-string">'<path>'</span>) <span class="hljs-comment"># Also: <Figure>.show()</span> |
|
|
|