bluesky.simulators.plot_raster_path¶
-
bluesky.simulators.
plot_raster_path
(plan, x_motor, y_motor, ax=None, probe_size=None, lw=2)[source]¶ Plot the raster path for this plan
- Parameters
- planiterable
Must yield Msg objects and not be a co-routine
- x_motor, y_motorstr
Names of the x and y motors
- axmatplotlib.axes.Axes
The axes to plot to, if none, make new figure + axes
- probe_sizefloat, optional
If not None, use as radius of probe (in same units as motor positions)
- lwfloat, optional
Width of lines drawn between points