|
9 | 9 | # | eval : true |
10 | 10 | # | output: false |
11 | 11 |
|
12 | | -import pandas as pd |
13 | 12 | import plotly.express as px |
14 | 13 | import plotly.graph_objects as go |
15 | 14 |
|
@@ -98,7 +97,6 @@ This line chart uses the afcharts theme. There are pale grey grid lines extendin |
98 | 97 | # | eval: true |
99 | 98 | # | output: false |
100 | 99 |
|
101 | | -import pandas as pd |
102 | 100 | import plotly.express as px |
103 | 101 | import plotly.graph_objects as go |
104 | 102 |
|
@@ -192,7 +190,6 @@ Legends should be avoided unless absolutely necessary, as these usually rely on |
192 | 190 | #| eval: true |
193 | 191 | #| output: false |
194 | 192 |
|
195 | | -import pandas as pd |
196 | 193 | import plotly.express as px |
197 | 194 | import plotly.graph_objects as go |
198 | 195 |
|
@@ -247,7 +244,6 @@ This bar chart uses the afcharts theme, and shows the populations of the five mo |
247 | 244 | #| eval: true |
248 | 245 | #| output: false |
249 | 246 |
|
250 | | -import pandas as pd |
251 | 247 | import plotly.express as px |
252 | 248 | import plotly.graph_objects as go |
253 | 249 |
|
@@ -405,7 +401,6 @@ This histogram uses the afcharts theme, and shows the distribution of life expec |
405 | 401 | #| eval: true |
406 | 402 | #| output: false |
407 | 403 |
|
408 | | -import pandas as pd |
409 | 404 | import plotly.express as px |
410 | 405 | import plotly.graph_objects as go |
411 | 406 |
|
@@ -469,7 +464,6 @@ This scatterplot uses the afcharts theme, and shows life expectancy against GDP |
469 | 464 | #| eval: true |
470 | 465 | #| output: false |
471 | 466 |
|
472 | | -import pandas as pd |
473 | 467 | import plotly.express as px |
474 | 468 | import plotly.graph_objects as go |
475 | 469 | from plotly.subplots import make_subplots |
@@ -625,7 +619,6 @@ This pie chart uses the afcharts theme, showing the proportions of European coun |
625 | 619 | #| eval: true |
626 | 620 | #| output: false |
627 | 621 |
|
628 | | -import pandas as pd |
629 | 622 | import plotly.express as px |
630 | 623 | import plotly.graph_objects as go |
631 | 624 |
|
|
0 commit comments