mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Fix docstring for Plot.to_ipython_image
This commit is contained in:
parent
7b070b7154
commit
613d6e3ba2
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue