-
Notifications
You must be signed in to change notification settings - Fork 10
ClassVLine
Jim Pivarski edited this page Mar 15, 2015
·
1 revision
- summary Draw a vertical or a horizontal line
- labels Reference,Version1
_(This page applies only to the 1.x branch of SVGFig.)_
VLine draws a vertical line. If the coordinates curve, the line will curve.
- VLine(y1, y2, x, attribute=value)*
y1, y2 | _*required*_ | y range | ||||
x | _*required*_ | x position | ||||
attribute=value pairs | _keyword list_ | SVG attributes |
HLine draws a horizontal line. If the coordinates curve, the line will curve.
- HLine(y1, y2, x, attribute=value)*
x1, x2 | _*required*_ | x range | ||||
y | _*required*_ | y position | ||||
attribute=value pairs | _keyword list_ | SVG attributes |
VLine and HLine have *SVG* methods, as described in [GeneralPrimitive General features for all primitives].
VLine and HLine have *Path* methods, as described in [GeneralPrimitive General features for all primitives].