Skip to content

Commit

Permalink
Merge pull request #253 from JosephBARBIERDARNAL/stacked-barplot-pandas
Browse files Browse the repository at this point in the history
Stacked barplot pandas
  • Loading branch information
holtzy authored Sep 25, 2023
2 parents 676f9b3 + fbffc4e commit 0b30af6
Show file tree
Hide file tree
Showing 7 changed files with 434 additions and 0 deletions.
220 changes: 220 additions & 0 deletions src/notebooks/541-waffle-chart-with-additionnal-grouping.ipynb

Large diffs are not rendered by default.

199 changes: 199 additions & 0 deletions src/notebooks/547-stacked-barplots-with-pandas.ipynb

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions src/pages/barplot.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,16 @@ export default function Barplot() {
caption="Highly customized barplot with colors, legend, labels and more."
linkTo="/10-barplot-with-number-of-observation"
/>
<ChartImageContainer
imgName="547-stacked-barplots-with-pandas-1"
caption="Stacked barplot with pandas"
linkTo="/547-stacked-barplots-with-pandas"
/>
<ChartImageContainer
imgName="547-stacked-barplots-with-pandas-2"
caption="Stacked 100% barplot with pandas"
linkTo="/547-stacked-barplots-with-pandas"
/>
</Row>
</Container>

Expand Down
5 changes: 5 additions & 0 deletions src/pages/waffle-chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ export default function Waffle() {
caption="Waffle chart with proportions in the legend."
linkTo="/503-waffle-chart-introduction"
/>
<ChartImageContainer
imgName="541-waffle-chart-with-additionnal-grouping"
caption="Waffle chart with additionnal grouping"
linkTo="/541-waffle-chart-with-additionnal-grouping"
/>
</Row>
</Container>

Expand Down
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.
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 0b30af6

Please sign in to comment.