From 820a227e5dcdc7015907669a996a0cacc7ee179c Mon Sep 17 00:00:00 2001 From: Jakob Luettgau Date: Tue, 18 May 2021 21:52:00 +0200 Subject: [PATCH] Update location of plots in notebooks to reflect refactoring. --- notebooks/ecp-pydarshan-hdf5-analysis.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/ecp-pydarshan-hdf5-analysis.ipynb b/notebooks/ecp-pydarshan-hdf5-analysis.ipynb index bf13b72..d372151 100644 --- a/notebooks/ecp-pydarshan-hdf5-analysis.ipynb +++ b/notebooks/ecp-pydarshan-hdf5-analysis.ipynb @@ -18,8 +18,8 @@ "source": [ "import darshan\n", "darshan.enable_experimental()\n", - "from darshan.experimental.plots.matplotlib import plot_access_histogram\n", - "from darshan.experimental.plots.matplotlib import plot_opcounts" + "from darshan.experimental.plots import plot_access_histogram\n", + "from darshan.experimental.plots import plot_opcounts" ] }, {