From 613d6e3ba2bae20288b832a9eed51afd34f5fb0a Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 6 Oct 2021 07:16:21 -0500 Subject: [PATCH] Fix docstring for Plot.to_ipython_image --- openmc/plots.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openmc/plots.py b/openmc/plots.py index bf8be6dfc4..424a4eb84f 100644 --- a/openmc/plots.py +++ b/openmc/plots.py @@ -701,9 +701,9 @@ class Plot(IDManagerMixin): convert_exec='convert'): """Render plot as an image - This method runs OpenMC in plotting mode to produce a .png file. If PNG - supported is not enabled, try converting the fallback .ppm file to .png - using ImageMagick's convert command. + This method runs OpenMC in plotting mode to produce a .png file. If your + installation of OpenMC was not compiled against libpng, try converting + the fallback .ppm file to .png using ImageMagick's convert command. Parameters ----------