Skip to content

Commit

Permalink
lets try this too
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoubelet committed Mar 4, 2021
1 parent 6df8b7c commit a1dac1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyhdtoolkit/cpymadtools/latwiss.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ def _plot_machine_layout(
quadrupole_patches_axis.set_ylabel("1/f=K1L [m$^{-1}$]", color="red") # quadrupole in red
quadrupole_patches_axis.tick_params(axis="y", labelcolor="red")
quadrupole_patches_axis.set_ylim(k1l_lim)
quadrupole_patches_axis.set_xlim(xlimits)
quadrupole_patches_axis.set_title(title)
quadrupole_patches_axis.plot(twiss_df.s, 0 * twiss_df.s, "k") # 0-level line

Expand Down

0 comments on commit a1dac1f

Please sign in to comment.