-
Notifications
You must be signed in to change notification settings - Fork 3
"bar"
mkraska edited this page Sep 8, 2021
·
8 revisions
[ "bar", "<name>", [x1, y1], [x2, y2], state ]
bar, thick black line with hinge points (nodes) at the ends. The label is placed next to the center of the line on the left side if seen from point 1 to point 2.
-
"<name>"
label text, typeset in text mode -
[x1, y1], [x2, y2]
start and end point -
state
(optional, default:"locked"
) can be"hide"
or"show"
. If locked, object can't be switched interactively.
In order to try code snippets in jsfiddle,
- copy the code from the wiki page to the clipboard
- follow the link for the JSXGraph version you want to try
- Replace the code in the HTML section (contents of
<p hidden id="init">
) with the content of the clipboard