From 889b34f5df9cf54e86258ba47fb847ce404ca0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 10 Mar 2025 00:22:34 +0100 Subject: [PATCH] Second plot height reduction --- README.md | 2 +- index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index adaf7d1..dc2e84d 100644 --- a/README.md +++ b/README.md @@ -3454,7 +3454,7 @@ px.line(df, x='Date', y='Total Deaths per Million', color='Continent').show() #### Displays a multi-axis line chart of total coronavirus cases and changes in prices of Bitcoin, Dow Jones and gold: ![Covid Cases](web/covid_cases.png) -
+
```python # $ pip3 install pandas lxml selenium plotly diff --git a/index.html b/index.html index 0e47119..c7e8d10 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@
- +
@@ -2816,7 +2816,7 @@ px.line(df, x='Date', y=Displays a multi-axis line chart of total coronavirus cases and changes in prices of Bitcoin, Dow Jones and gold:

# $ pip3 install pandas lxml selenium plotly
+

Displays a multi-axis line chart of total coronavirus cases and changes in prices of Bitcoin, Dow Jones and gold:

# $ pip3 install pandas lxml selenium plotly
 import pandas as pd, selenium.webdriver, io, plotly.graph_objects as go
 
 def main():
@@ -2944,7 +2944,7 @@ $ deactivate                # Deactivates the active