radtools.plot_hlines#
- radtools.plot_hlines(ax, positions, **kwargs)[source]#
Plot horizontal lines.
- Parameters:
- axmatplotlib.axes
Axes to plot on.
- positionslist
List of y positions.
- **kwargs
Keyword arguments to be passed to
matplotlib.axes.Axes.hlines()
.