Skip to content

Commit

Permalink
Merge pull request #261 from JosephBARBIERDARNAL/anova
Browse files Browse the repository at this point in the history
Anova
  • Loading branch information
holtzy authored Oct 9, 2023
2 parents a351924 + 62a91e9 commit 5b22e01
Show file tree
Hide file tree
Showing 7 changed files with 442 additions and 0 deletions.
396 changes: 396 additions & 0 deletions src/notebooks/557-anova-visualization-with-matplotlib.ipynb

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/pages/boxplot.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,12 @@ export default function Boxplot() {
caption="Beeswarm and boxplot combination"
linkTo="/509-introduction-to-swarm-plot-in-matplotlib"
/>
<ChartImageContainer

imgName="557-anova-visualization-with-matplotlib-1"
caption="Boxplot and ANOVA results on top"
linkTo="/557-anova-visualization-with-matplotlib"
/>{' '}
<ChartImageContainer
imgName="534-highly-customized-layout"
caption="Subplot, title, and margin customization"
Expand Down
15 changes: 15 additions & 0 deletions src/pages/statistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,21 @@ export default function ViolinPlot() {
caption="Use a scatterplot to check how samples are clusterized"
linkTo="/515-intro-pca-graph-python"
/>
<ChartImageContainer
imgName="557-anova-visualization-with-matplotlib-1"
caption="Box plot with ANOVA results on top"
linkTo="/557-anova-visualization-with-matplotlib"
/>
<ChartImageContainer
imgName="557-anova-visualization-with-matplotlib-2"
caption="Violin plot with ANOVA results on top"
linkTo="/557-anova-visualization-with-matplotlib"
/>
<ChartImageContainer
imgName="557-anova-visualization-with-matplotlib-3"
caption="Customized violin plot with ANOVA results on top"
linkTo="/557-anova-visualization-with-matplotlib"
/>
</Row>
</Container>

Expand Down
25 changes: 25 additions & 0 deletions src/pages/violin-plot.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,31 @@ export default function ViolinPlot() {

<Spacing />

<Container>
<h2 id="Matplotlib">
<Matplotlib />
Violin charts with <code>Matplotlib</code>
</h2>
<p>
<code>Matplotlib</code> is a python library well adapted to make
density charts.
</p>
<Row>
<ChartImageContainer
imgName="557-anova-visualization-with-matplotlib-2"
caption="Violin plot with ANOVA results on top"
linkTo="/557-anova-visualization-with-matplotlib"
/>
<ChartImageContainer
imgName="557-anova-visualization-with-matplotlib-3"
caption="Customized violin plot with ANOVA results on top"
linkTo="/557-anova-visualization-with-matplotlib"
/>
</Row>
</Container>

<Spacing />

<div className="greySection">
<Container>
<FunctionExploration functionName={'violin'} />
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 5b22e01

Please sign in to comment.