qimpy.transport.geometry.plot_spline
- plot_spline(ax, spline, *, n_points=64, show_handles=False, spline_color='k', spline_linestyle='solid', handle_color='r', handle_linestyle='solid')
- Parameters:
spline (ndarray)
n_points (int)
show_handles (bool)
spline_color (str)
spline_linestyle (str)
handle_color (str)
handle_linestyle (str)
- Return type:
ndarray