Search results

From JSXGraph Wiki
  • * [[:Category:Text]] Examples featuring the ''text'' element ...
    2 KB (222 words) - 12:55, 18 October 2024
  • var t = board.create('text', [-3.8, 3.6, 'Is Touch? ' + (JXG.isAndroid() || JXG.isApple()).toString()] ...
    450 bytes (57 words) - 10:35, 29 October 2012
  • var txt = board.create('text', [-3, 10, function () { var txt = board.create('text', [-3, 10, function () { ...
    2 KB (210 words) - 09:41, 16 February 2016
  • The result is that rotating the text and the image will also stretch these objects. txt = brd.create('text',[0,0, 'Hello'], {fontSize:64}); ...
    7 KB (954 words) - 15:54, 9 August 2023
  • var tCirc = brd.create('text',[-5,-4.0,function(){ var tIn = brd.create('text',[-5,-4.5,function(){ ...
    5 KB (675 words) - 13:32, 3 March 2021
  • // Text var txt = brd.create('text', [ ...
    3 KB (417 words) - 13:06, 19 February 2013
  • JXG.Options.text.fontSize = 24; var txt = board.create('text', [1, 2, function() { return "λ = " + t.position.toFixed(2); }]); ...
    1 KB (175 words) - 07:57, 4 May 2021
  • b.create('text',[-5, 3, function(){ return 'y=x<sup>'+(n.Value()/m.Value()).toFixed(3)+'</ b.create('text',[-5, 3, function(){ return 'y=x<sup>'+(n.Value()/m.Value()).toFixed(3)+'</ ...
    1 KB (155 words) - 15:43, 20 February 2013
  • var t = brd.create('text',[function(){return r.X()+1;}, brd.create('text',[5,1.6, ...
    3 KB (324 words) - 15:45, 20 February 2013
  • st = board.create('text', [20,25, "Birth rate prey"], {fixed:true}); ut = board.create('text', [20,23, "Death rate predators"], {fixed:true}); ...
    7 KB (893 words) - 13:08, 3 March 2021
  • JXG.Options.text.useMathJax = true; var t = b1.create('text',[-8, 5, ...
    4 KB (530 words) - 08:20, 29 November 2023
  • <script type="text/javascript" src="https://jsxgraph.uni-bayreuth.de/distrib/prototype.js"></s val = a[1]; // set the text ...
    5 KB (500 words) - 13:45, 10 March 2017
  • JXG.Options.text.fontSize = 16; var txt = board.create('text', [0.2, 4, () => "|pf| + |pf'| = " + P.Dist(f1).toFixed(2) + ' + ' + P.Dis ...
    2 KB (222 words) - 09:23, 29 June 2021
  • var t = brd.create('text',[-1.5,9,function(){ return '-X(A)*X(B) = '+a.X().toFixed(2)+'*'+b.X().toFi var t = brd.create('text',[-1.5,9,function(){ return '-X(A)*X(B) = '+a.X().toFixed(2)+'*'+b.X().toFi ...
    1 KB (208 words) - 07:30, 9 June 2011
  • nth-element of the sequence: <input type="text" id="input" value="1 / n">, var txt1 = board.create('text', [15, 1.6, function() { return 'n=' + (seq.dataX.length-1) + ': value = ' ...
    2 KB (302 words) - 09:38, 30 January 2019
  • brd.create('text', [40,-0.3, "initially infected population rate (on load: I(0)=1.27E-6)"]); brd.create('text', [40,-0.4, "&beta;: infection rate"]); ...
    6 KB (844 words) - 14:59, 20 February 2013
  • JXG.Options.text.fontSize = 16; var txt = board.create('text', [0.2, 4, () => "|pf| - |pq| = " + P.Dist(f).toFixed(2) + ' - ' + P.Dist( ...
    2 KB (274 words) - 09:26, 29 June 2021
  • nth-element of the series: <input type="text" id="input" value="1 / 2^n"> var txt2 = board.create('text', [15, 1.8, function() { return 'n=' + (series.dataX.length-1) + ': value = ...
    3 KB (329 words) - 09:36, 30 January 2019
  • brd.createElement('text', [40,-0.3, "initially infected population rate (on load: I(0)=1.27E-6)"]); brd.createElement('text', [40,-0.4, "&beta;: infection rate"]); ...
    4 KB (570 words) - 14:58, 20 February 2013
View ( | ) (20 | 50 | 100 | 250 | 500)