Skip to content

Commit

Permalink
move matplotlib dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Retief Lubbe committed Nov 13, 2024
1 parent 894968d commit 2b1807a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hydraxmpm/materials_analysis/plot.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import dataclasses
from typing import Dict, List, Tuple

import matplotlib.pyplot as plt

import numpy as np


Expand Down Expand Up @@ -68,6 +68,7 @@ def make_plots(
savefig_options: Dict = None,
transpose_axes=False,
):
import matplotlib.pyplot as plt
# import scienceplots

# plt.style.use(["science", "no-latex"])
Expand Down

0 comments on commit 2b1807a

Please sign in to comment.