Skip to content
Snippets Groups Projects
Commit a0530ba6 authored by d.bertini's avatar d.bertini
Browse files

add matplotlib font-manager .json def. file

parent a7468cc5
No related branches found
No related tags found
1 merge request!1Remove unecessary matplotlib import to avoid cache lock file io-error, add...
# /
# General
*.log
instances/
# Specs
/playground
src/__pycache__/
......@@ -245,8 +245,8 @@ def analyze():
if 0 == comm.rank:
# Viz. packages
#import matplotlib
#matplotlib.use('Agg')
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
plt.switch_backend('agg')
from matplotlib.colors import LogNorm
......
This diff is collapsed.
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