[SciPy-user] Vertical/horizontal lines with xplt

Nils Wagner nwagner at mecha.uni-stuttgart.de
Thu Jan 27 03:28:59 EST 2005


Hi all,

It is often useful to draw a line that stretches from the left to the
right side of the axes at a given height. Matplotlib offers the commands

l = axvline(x=1)
l = axhline(y=0.1)

for this purpose. Is there something similar available for xplt in scipy ?

Nils

 





More information about the SciPy-User mailing list