mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Allow color names, rename Plot attributes, add openmc.plot_inline()
This commit is contained in:
parent
24cd12cf3a
commit
3913d55e2c
28 changed files with 219 additions and 190 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<origin>0. 0. 0.</origin>
|
||||
<width>25 25</width>
|
||||
<pixels>200 200</pixels>
|
||||
<col_spec id="1" rgb="255 0 0" /> <!-- Red -->
|
||||
<color id="1" rgb="255 0 0" /> <!-- Red -->
|
||||
<meshlines meshtype="entropy" linewidth="0" />
|
||||
</plot>
|
||||
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
<mask components="1 3" background="255 255 255" />
|
||||
</plot>
|
||||
|
||||
<plot id="3" basis="yz" color="mat">
|
||||
<plot id="3" basis="yz" color_by="material">
|
||||
<origin>0. 0. 0.</origin>
|
||||
<width>25 25</width>
|
||||
<pixels>200 200</pixels>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue