Skip to content
Snippets Groups Projects
Commit aecb67eb authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Prevent overwrite of Agg setup

Prevent the second operation in func_plot.py to overwrite the first one, which
set up the Agg backend.
parent e728b11c
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -140,7 +140,7 @@ import matplotlib
matplotlib.use('Agg')
```
-->
<!-- write func_plot.py -->
<!-- append func_plot.py -->
```python
import numpy as np
import matplotlib.pyplot as plt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment