We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78205df commit 0425159Copy full SHA for 0425159
examples/twiss_and_aperture/002_plot_twiss.py
@@ -29,6 +29,6 @@
29
spdisp.legend(fontsize=12, loc='upper right')
30
spdisp.grid(alpha=0.45)
31
32
-spbet.set_xlim(-0.1, 1650)
+spbet.set_xlim(-0.1, 1151.0) # one sixth
33
fig1.savefig('SPS_Q26_twiss_function.png', dpi=350)
34
plt.show()
0 commit comments