Browse Source

Changed height of plot

pull/61/head
Jure Šorn 4 years ago
parent
commit
43ec0a6772
3 changed files with 6 additions and 6 deletions
  1. 2
      README.md
  2. 6
      index.html
  3. 4
      web/template.html

2
README.md

@ -3350,7 +3350,7 @@ Plotly
### Covid Deaths by Continent
![Covid Deaths](web/covid_deaths.png)
<div id="2a950764-39fc-416d-97fe-0a6226a3095f" class="plotly-graph-div" style="height:420px; width:100%;"></div>
<div id="2a950764-39fc-416d-97fe-0a6226a3095f" class="plotly-graph-div" style="height:400px; width:100%;"></div>
```python
# $ pip3 install pandas plotly

6
index.html

@ -213,7 +213,7 @@ pre.prettyprint {
<body>
<header>
<aside>June 27, 2020</aside>
<aside>July 1, 2020</aside>
<a href="../" rel="author">Jure Šorn</a>
</header>
@ -2840,7 +2840,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><div><h3 id="coviddeathsbycontinent">Covid Deaths by Continent</h3><p></p><div id="2a950764-39fc-416d-97fe-0a6226a3095f" class="plotly-graph-div" style="height:420px; width:100%;"></div><pre><code class="python language-python hljs"><span class="hljs-comment"># $ pip3 install pandas plotly</span>
<div><h2 id="plotly"><a href="#plotly" name="plotly">#</a>Plotly</h2><div><h3 id="coviddeathsbycontinent">Covid Deaths by Continent</h3><p></p><div id="2a950764-39fc-416d-97fe-0a6226a3095f" class="plotly-graph-div" style="height:400px; width:100%;"></div><pre><code class="python language-python hljs"><span class="hljs-comment"># $ pip3 install pandas plotly</span>
<span class="hljs-keyword">import</span> pandas <span class="hljs-keyword">as</span> pd
<span class="hljs-keyword">import</span> plotly.express
@ -2961,7 +2961,7 @@ cdef &lt;type/void&gt; &lt;func_name&gt;(&lt;type&gt; &lt;arg_name_1&gt;, ...):
<footer>
<aside>June 27, 2020</aside>
<aside>July 1, 2020</aside>
<a href="../" rel="author">Jure Šorn</a>
</footer>

4
web/template.html

@ -213,7 +213,7 @@ pre.prettyprint {
<body>
<header>
<aside>June 27, 2020</aside>
<aside>July 1, 2020</aside>
<a href="../" rel="author">Jure Šorn</a>
</header>
@ -221,7 +221,7 @@ pre.prettyprint {
<div id=main_container></div>
<footer>
<aside>June 27, 2020</aside>
<aside>July 1, 2020</aside>
<a href="../" rel="author">Jure Šorn</a>
</footer>

Loading…
Cancel
Save