Topic on Project:Support desk

Changing the position of the name in the function create('point') (jsxgraph)

1
89.14.196.149 (talkcontribs)

Iam using create('point') to give some logic path a name.

In the following example I am drow a vertical path and one point at the top of the path and gave it the name 'A'.

SGH.LogicPath([3,-1],[3,-14],0.0);

SGH.b.create('point',[3,-1],{size:.2, withLabel:true, name:'A', color: 'none'});


The Problem is, that Name 'A' is shifted to right, I would like it excatly on top of the drawn point. Is there any way to change the position of the name?

Reply to "Changing the position of the name in the function create('point') (jsxgraph)"