Basic utils
Change the default style of the plots
savefig
savefig (name, dir='../figures', path=None, formats=['png', 'pdf'], **kwargs)
| Type | Default | Details | |
|---|---|---|---|
| name | name of the file | ||
| dir | str | ../figures | directory to save the file |
| path | NoneType | None | path to the file |
| formats | list | [‘png’, ‘pdf’] | |
| kwargs |