From 43ec0a677236898cc09f40e4c7237941d2440338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= <sornjure@gmail.com> Date: Thu, 2 Jul 2020 22:39:50 +0200 Subject: [PATCH] Changed height of plot --- README.md | 2 +- index.html | 6 +++--- web/template.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1946e2b..91f7492 100644 --- a/README.md +++ b/README.md @@ -3350,7 +3350,7 @@ Plotly ### Covid Deaths by Continent  -<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 diff --git a/index.html b/index.html index 05e52a6..5338656 100644 --- a/index.html +++ b/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 <type/void> <func_name>(<type> <arg_name_1>, ...): <footer> - <aside>June 27, 2020</aside> + <aside>July 1, 2020</aside> <a href="../" rel="author">Jure Šorn</a> </footer> diff --git a/web/template.html b/web/template.html index 73fff46..10d6471 100644 --- a/web/template.html +++ b/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>