Skip to content

Commit

Permalink
remove title for Intensity
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring authored Mar 7, 2024
1 parent 5496c79 commit a573be7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion femwell/maxwell/waveguide.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ def show(
self.plot_component(field, "n", part, boundaries, colorbar, axs[1])
elif field == "I":
fig, ax = self.plot_intensity(ax=None, colorbar=colorbar)
ax.set_title(f"Intensity")
else:
rc = (3, 1) if direction != "x" else (1, 3)
fig, axs = plt.subplots(*rc, subplot_kw=dict(aspect=1))
Expand Down

0 comments on commit a573be7

Please sign in to comment.