Skip to content

Commit

Permalink
Merge branch 'JosephBARBIERDARNAL-tidy-april'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzy committed Apr 12, 2024
2 parents 2a88b4e + 0f4fa49 commit bfbd3a7
Show file tree
Hide file tree
Showing 10 changed files with 4,870 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ public/

#
.DS_Store
*.DS_Store
src/.DS_Store
node_modules/
.vscode
Expand Down
699 changes: 699 additions & 0 deletions src/notebooks/web-map-usa-with-scatter-plot-on-top.ipynb

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions src/pages/bubble-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,24 @@ export default function BubbleMap() {

<Spacing />

<Container>
<h2 id="Basemap">Best bubble map examples</h2>
<p>
The below examples show how to create <b>advanced bubble maps</b> with
python using real life data.
</p>
<Link to="//web-map-usa-with-scatter-plot-on-top">
<div style={{ margin: '0 auto' }}>
<ChartImage
imgName="web-map-usa-with-scatter-plot-on-top"
caption="Bubble map with a scatter plot on top of it"
/>
</div>
</Link>
</Container>

<Spacing />

<div className="greySection" id="related">
<Container>
<ChartFamilySection chartFamily="map" />
Expand Down
9 changes: 9 additions & 0 deletions src/util/list-of-best-charts.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
export const listOfBestCharts = [
{
link: 'web-map-usa-with-scatter-plot-on-top',
title: 'Map with scatter plot on top',
description:
'Path and duration of solar eclipses in the USA, in 2023 and 2024.',
img: 'web-map-usa-with-scatter-plot-on-top.png',
alt: 'bubble map',
author: 'Joseph Barbier',
},
{
link: 'web-dumbell-chart',
title: 'Dumbell chart',
Expand Down
Binary file removed static/data/.DS_Store
Binary file not shown.
812 changes: 812 additions & 0 deletions static/data/eclipse_annular_2023.csv

Large diffs are not rendered by default.

3,331 changes: 3,331 additions & 0 deletions static/data/eclipse_total_2024.csv

Large diffs are not rendered by default.

Binary file removed static/graph/.DS_Store
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bfbd3a7

Please sign in to comment.