Skip to content

Commit

Permalink
example 5
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmartinez committed Jun 2, 2020
1 parent 1a16121 commit 8cfbef9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added docs/paper/fig/ex-5-corr.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions docs/paper/paper.md
Expand Up @@ -129,4 +129,10 @@ emg_dataframe.plot.box(showfliers=False)
![`pyomeca` offers a method to convert the data structure into a `pandas` dataframe [@McKinney2010-pl].
This allows users to further extend the plot possibilities using the visualization built into `pandas` itself, such as boxplot.\label{fig:ex-4-box}](fig/ex-4-box.pdf)

```python
emg_dataframe.corr().style.background_gradient().set_precision(2)
```

![By using a `pandas` dataframe, users also benefit from its broad range of IO tools and statistical methods, such as computing the correlation matrix between the different muscles.\label{fig:ex-5-corr}](fig/ex-5-corr.pdf)

# References

0 comments on commit 8cfbef9

Please sign in to comment.