Skip to content

Commit 43ec0a6

Browse files
committed
Changed height of plot
1 parent 53a9866 commit 43ec0a6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3350,7 +3350,7 @@ Plotly
33503350
### Covid Deaths by Continent
33513351

33523352
![Covid Deaths](web/covid_deaths.png)
3353-
<div id="2a950764-39fc-416d-97fe-0a6226a3095f" class="plotly-graph-div" style="height:420px; width:100%;"></div>
3353+
<div id="2a950764-39fc-416d-97fe-0a6226a3095f" class="plotly-graph-div" style="height:400px; width:100%;"></div>
33543354

33553355
```python
33563356
# $ pip3 install pandas plotly

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213

214214
<body>
215215
<header>
216-
<aside>June 27, 2020</aside>
216+
<aside>July 1, 2020</aside>
217217
<a href="../" rel="author">Jure Šorn</a>
218218
</header>
219219

@@ -2840,7 +2840,7 @@
28402840
</code></pre></div>
28412841

28422842

2843-
<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>
2843+
<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>
28442844
<span class="hljs-keyword">import</span> pandas <span class="hljs-keyword">as</span> pd
28452845
<span class="hljs-keyword">import</span> plotly.express
28462846

@@ -2961,7 +2961,7 @@
29612961

29622962

29632963
<footer>
2964-
<aside>June 27, 2020</aside>
2964+
<aside>July 1, 2020</aside>
29652965
<a href="../" rel="author">Jure Šorn</a>
29662966
</footer>
29672967

web/template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,15 @@
213213

214214
<body>
215215
<header>
216-
<aside>June 27, 2020</aside>
216+
<aside>July 1, 2020</aside>
217217
<a href="../" rel="author">Jure Šorn</a>
218218
</header>
219219

220220
<a href="javascript:" id="return-to-top"><i class="icon-chevron-up"></i></a>
221221
<div id=main_container></div>
222222

223223
<footer>
224-
<aside>June 27, 2020</aside>
224+
<aside>July 1, 2020</aside>
225225
<a href="../" rel="author">Jure Šorn</a>
226226
</footer>
227227

0 commit comments

Comments
 (0)