Skip to content

Commit

Permalink
Merge pull request #248 from JosephBARBIERDARNAL/repro-hist-insee
Browse files Browse the repository at this point in the history
repro insee salaries
  • Loading branch information
holtzy authored Sep 25, 2023
2 parents 36c34f0 + 5733711 commit 24a0c4a
Show file tree
Hide file tree
Showing 4 changed files with 290 additions and 0 deletions.
269 changes: 269 additions & 0 deletions src/notebooks/web-histogram-with-annotations.ipynb

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions src/pages/histogram.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,11 @@ export default function Histogram() {
caption="Use small multiple to compare the distribution of several groups or several variables"
linkTo="/506-histogram-with-small-mutliples"
/>
<ChartImageContainer
imgName="web-histogram-with-annotations"
caption="Nice histogram with custom annotations"
linkTo="/web-histogram-with-annotations"
/>
</Row>
</Container>

Expand Down
16 changes: 16 additions & 0 deletions static/data/insee_salaries.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
range,people
Plus de 8000€,264120
7500 - 8000€,48512
7000 - 7500€,61386
6500 - 7000€,81527
6000 - 6500€,108558
5500 - 6000€,148645
5000 - 5500€,207089
4500 - 5000€,298003
4000 - 4500€,440008
3500 - 4000€,674279
3000 - 3500€,1073645
2500 - 3000€,1787938
2000 - 2500€,3128118
1500 - 2000€,5078615
Moins de 1500€,3058099
Binary file added static/graph/web-histogram-with-annotations.png
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 24a0c4a

Please sign in to comment.