Skip to content

Commit

Permalink
This should fix this error gi.repository.GLib.GError: gdk-pixbuf-erro…
Browse files Browse the repository at this point in the history
…r-quark: Couldn’t recognize the image file format for file '../../lib/python3.11/site-packages/matplotlib/mpl-data/images/matplotlib.svg'
  • Loading branch information
HannoSpreeuw committed Aug 12, 2024
1 parent 5c97323 commit def3cb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions marlpde/Evolve_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
from dataclasses import asdict
import inspect
import matplotlib.pyplot as plt
import matplotlib
matplotlib.use("TkAgg")
import h5py
from pde import CartesianGrid, ScalarField, FileStorage, LivePlotTracker
from pde import DataTracker
Expand Down

0 comments on commit def3cb0

Please sign in to comment.