pcaviz_contrib
BiberAnalyzer.pcaviz_contrib(pc=1, width=8, height=4, dpi=150)Generate a bar plot of variable contributions to a component.
Parameters
| Name | Type | Description | Default | 
|---|---|---|---|
| pc | The principal component. | 1 | |
| width | The width of the plot. | 8 | |
| height | The height of the plot. | 4 | |
| dpi | The resolution of the plot. | 150 | 
Returns
| Name | Type | Description | 
|---|---|---|
| Figure | A matplotlib figure. | 
Notes
Modeled on the R function fviz_contrib.