11 lines
276 B
YAML
11 lines
276 B
YAML
- name: Install matplotlib
|
|
apt:
|
|
name:
|
|
- python3-matplotlib
|
|
- python3-matplotlib-inline
|
|
- python3-matplotlib-venn
|
|
- python3-mpl-animators
|
|
- python3-mpl-scatter-density
|
|
- python3-mplcursors
|
|
- python3-mplexporter
|
|
state: latest
|