(self, **kwargs)
| 4947 | ) |
| 4948 | |
| 4949 | def plot_fields(self, **kwargs): |
| 4950 | import meep.visualization as vis |
| 4951 | |
| 4952 | return vis.plot_fields(self, **kwargs) |
| 4953 | |
| 4954 | def plot3D( |
| 4955 | self, save_to_image: bool = False, image_name: str = "sim.png", **kwargs |