(plot_rcparams, close=True)
| 603 | |
| 604 | |
| 605 | def clear_state(plot_rcparams, close=True): |
| 606 | if close: |
| 607 | plt.close('all') |
| 608 | matplotlib.rc_file_defaults() |
| 609 | matplotlib.rcParams.update(plot_rcparams) |
| 610 | |
| 611 | |
| 612 | def get_plot_formats(config): |
no test coverage detected
searching dependent graphs…