Skip to content

Commit d063fc8

Browse files
committed
Updating readme to include batch mode instructions (and correction)
1 parent 9be744a commit d063fc8

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pip install openmc-plotter
3030
From a directory containing an OpenMC model run:
3131

3232
```console
33-
$ openmc-plotter -d <path_to_openmc_model_dir>
33+
$ openmc-plotter <path_to_openmc_model_dir>
3434
```
3535

3636
or simply run
@@ -45,6 +45,15 @@ Once the viewer has opened, press `?` to view a variety of keyboard shortcuts.
4545

4646
![shortcuts](./screenshots/shortcuts.png)
4747

48+
## Batch Mode
49+
50+
Plot view (`.pltvw`) files can be used to generate images from the command line without
51+
opening the plotter GUI.
52+
53+
```console
54+
$ openmc-plotter -b view1.pltvw view1.pltvw view1.pltvw
55+
```
56+
4857
## Features
4958

5059
### Tally Visualization

0 commit comments

Comments
 (0)