Skip to content

Commit 4e04623

Browse files
committed
Fixed a bug in Scene.plot_heat_charge_property(), and tested it (both with swap_axes=True and False)
1 parent 9d47a73 commit 4e04623

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tidy3d/components/scene.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,6 @@ def plot_structures_heat_charge_property(
15451545
shape=shape,
15461546
ax=ax,
15471547
property=property,
1548-
swap_axes=swap_axes,
15491548
)
15501549

15511550
if cbar:

0 commit comments

Comments
 (0)