Search results

From JSXGraph Wiki

Page title matches

  • <link rel="stylesheet" type="text/css" href="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css" /> <script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore.js">< ...
    786 bytes (104 words) - 16:25, 20 February 2013
  • <style type="text/css"> ...code>. For SVG this means, instead of an HTML div the SVG text is taken as text node. ...
    3 KB (398 words) - 18:20, 16 November 2020
  • Text can be rotated with CSS transformations. In that case JSXGraph text elements have to be realized with HTML div elements, which is the default c var t = brd.create('text',[0,2,function(){return 'text = '+s.Value().toFixed(3);}],{id:'my_t'}); ...
    1 KB (186 words) - 12:40, 8 June 2011

Page text matches

  • brd.create('text',[-0.5,2, function(){ return navigator.appVersion; }], {fontSize:'100%'}); brd.create('text',[-0.5,0, function(){ return JXG.JSXGraph.rendererType; }], {fontSize:'100% ...
    374 bytes (41 words) - 16:27, 10 January 2013
  • <style type="text/css"> ...code>. For SVG this means, instead of an HTML div the SVG text is taken as text node. ...
    3 KB (398 words) - 18:20, 16 November 2020
  • Text can be rotated with CSS transformations. In that case JSXGraph text elements have to be realized with HTML div elements, which is the default c var t = brd.create('text',[0,2,function(){return 'text = '+s.Value().toFixed(3);}],{id:'my_t'}); ...
    1 KB (186 words) - 12:40, 8 June 2011
  • *[[text]] ...
    146 bytes (13 words) - 18:24, 2 February 2009
  • ==A simple text rotation== Rotate the text "Hello World" by 30° around its lower left corner. Don't forget to update ...
    4 KB (552 words) - 15:55, 9 August 2023
  • var p = brd.create('slider',[[2,8],[6,8],[0,3,6]]); brd.createElement('text',[1,8,'p:']); var eps = brd.create('slider',[[2,7],[6,7],[-6,0.5,6]]); brd.createElement('text',[1,7,'&epsilon;:']); ...
    2 KB (283 words) - 13:05, 3 March 2021
  • board1.create('text',[-4,10, function() { board1.create('text',[-4,8, function() { ...
    2 KB (243 words) - 15:44, 20 February 2013
  • brd.create('text',[ brd.create('text',[ ...
    6 KB (710 words) - 16:10, 20 February 2013
  • brd.create('text', [3, 8, function () { return 'X(A_1) = ' + A.X().toFixed(2); }]); brd.create('text', [3, 8, function () { return 'X(A_1) = ' + A.X().toFixed(2); }]); ...
    1 KB (138 words) - 09:13, 25 April 2017
  • This example uses MathJax to render mathematical text like JXG.Options.text.useMathJax = true; ...
    3 KB (396 words) - 08:19, 29 November 2023
  • ...s for texts in a JSXGraph construction. A CSS class can be used as default text style by setting JXG.Options.text.cssClass = 'myDefaultFont'; ...
    3 KB (360 words) - 10:14, 9 November 2020
  • var t1 = brd.create('text',[-7,2,"(a*sin(x))'"],{strokeColor:'#9370DB'}); var t2 = brd.create('text',[-7,-1.5,"a*sin(x)"],{strokeColor:'#32CD32'}); ...
    2 KB (244 words) - 15:50, 20 February 2013
  • var tarea = board.create('text',[3,2.0,function(){area = 0.5*Math.abs(pa.Y()*pb.X());return "&aacute;rea = var tperi = board.create('text',[2.45,2.5,function(){ ...
    5 KB (836 words) - 10:56, 23 June 2021
  • var text = ''; text += '<b><u>Current</u></b><br/>In: ' + inp + ', out: ' + outp + ', total: ' ...
    3 KB (501 words) - 13:57, 10 January 2023
  • var cos = b.create('text',[function(){return p6.X();},function(){ return p6.Y()/2;},"sin"],{anchorX: var sin = b.create('text',[function(){return p7.X()/2;},function(){ return p7.Y();},"cos"],{anchorY: ...
    9 KB (1,222 words) - 13:14, 17 September 2013
  • var txt1 = board.create('text', [15, 1.6, function() { return 'n=' + (seq.dataX.length-1) + ': value = ' var txt2 = board.create('text', [15, 1.8, function() { return 'n=' + (series.dataX.length-1) + ': value = ...
    3 KB (349 words) - 22:18, 6 January 2019
  • brd.create('text',[0.2,0.7,function(){return 'f<sub>'+Math.floor(n.Value())+'</sub>(x)=x<sup brd.create('text',[0.2,0.7,function(){return 'f<sub>'+Math.floor(n.Value())+'</sub>(x)=x<sup ...
    3 KB (424 words) - 13:23, 3 March 2021
  • JXG.Options.text.fontSize = 24; var txt1 = board.create('text', [-3, -3, function() { return 'TV(p,q_1,t_1) = ' + (t1.Dist(p) / q1.Dist(p ...
    2 KB (343 words) - 07:05, 3 May 2021
  • <input type="text" id="eingabe" value="Math.sin(x)*Math.cos(x)"> t = board.create('text', [function(){return p1.X()+1.1;},function(){return p1.Y()+(p2.Y()-p3.Y())/ ...
    4 KB (551 words) - 08:30, 3 April 2019
  • * [[:Category:Text]] Examples featuring the ''text'' element ...
    2 KB (218 words) - 09:33, 12 April 2021
  • 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 "&lambda; = " + 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
  • <!--<script type="text/javascript" src="http://korpelainen.net/js/AM1.js"></script>--> brd.create('text',[-6,-3,function(){ return 'Sum='+(JXG.Math.Numerics.riemannsum(f,s.Value() ...
    2 KB (303 words) - 13:50, 7 March 2024
  • var gg = board.create('slider',[[-6,6],[-3,6],[1,9.8,10]]); board.create('text',[-8,6,'gravity']); var cc = board.create('slider',[[3,6],[6,6],[0.1,0.5,1]]); board.create('text',[1,6,'damping']); ...
    5 KB (515 words) - 13:21, 3 March 2021
  • t = brd.create('text',[20,-40, t = brd.create('text',[20,-40, ...
    2 KB (217 words) - 11:48, 8 June 2011
  • brd.create('text', [90,-0.3, "initially infected population rate"]); brd.create('text', [90,-0.4, function(){ return "&beta;: infection rate, R<sub>0</sub>="+(be ...
    7 KB (961 words) - 12:46, 8 June 2011
  • brd.create('text', brd.create('text', ...
    3 KB (339 words) - 09:16, 7 August 2013
  • brd.create('text',[-2,-2,function(){ return 'Diff='+(JXG.Math.Numerics.riemannsum(f,n.Value( brd.create('text',[-2,-2,function(){ return 'Diff='+(JXG.Math.Numerics.riemannsum(f,n.Value( ...
    2 KB (298 words) - 19:09, 18 January 2013
  • var txt = board.create('text', [-3, -4, () => f.getTerm(2, 't', ' * ')], {fontSize: 16}); var txt = board.create('text', [-3, -4, () => f.getTerm(2, 't', ' * ')], {fontSize: 16}); ...
    3 KB (318 words) - 06:58, 4 October 2022
  • var t = board.create('text', [function() { return g5.X()+0.2; },function() { return g5.Y()+0.25; }, 'X var t = board.create('text', [function() { return g5.X()+0.2; },function() { return g5.Y()+0.25; },'X( ...
    2 KB (299 words) - 14:42, 21 February 2013
  • brd1.create('text',[ brd.create('text',[ ...
    3 KB (341 words) - 13:28, 6 March 2016
  • <input type="text" id="input" value="sin(x)*x"> var t = board.create('text', [ ...
    6 KB (616 words) - 10:58, 21 January 2019
  • brd1.create('text',[ brd.create('text',[ ...
    3 KB (356 words) - 13:21, 6 March 2016
  • JXG.Options.text.fontSize = 24; var txt = board.create('text', [-4.5, -4, function() { ...
    3 KB (376 words) - 07:13, 3 May 2021
  • JXG.Options.text.fontSize = 24; var txt = board.create('text', [-4.5, -4, function() { ...
    3 KB (423 words) - 07:15, 3 May 2021
  • *** [[Text]] ...
    2 KB (166 words) - 18:44, 2 June 2009
  • brd.create('text',[-6,-1,function(){ brd.create('text',[-6,-1,function(){ ...
    3 KB (430 words) - 15:40, 14 January 2012
  • var t = brd.create('text', [2,-3, function(){ return 'RGB='+JXG.hsv2rgb(H.Value(),S.Value(),V.Value( var t = brd.create('text', [2,-3, function(){ return 'RGB='+JXG.hsv2rgb(H.Value(),S.Value(),V.Value( ...
    3 KB (435 words) - 07:29, 9 June 2011
  • ...r the angle into the text box and see the actual value of the angle in the text box. <input type="text" id="degrees"> ...
    3 KB (477 words) - 07:57, 6 April 2017
  • var txt = board.create('text', [1.2, 4.3, function() { var txt = board.create('text', [1.2, 4.3, function() { ...
    4 KB (593 words) - 18:23, 7 January 2019
  • var txt = board.create('text', [4.2, -1.5, function() { var txt = board.create('text', [4.2, -1.5, function() { ...
    4 KB (588 words) - 19:02, 7 January 2019
  • var t = b2.create('text',[-6,-2,function(){ return '|'+(a.Value()).toFixed(2)+' '+(b.Value()).toFix var t = b2.create('text',[-6,-2,function(){ return '|'+(a.Value()).toFixed(2)+' '+(b.Value()).toFix ...
    4 KB (517 words) - 13:50, 17 July 2023
  • var txt = board.create('text', [0.5, 7, function() { var txt = board.create('text', [0.5, 7, function() { ...
    4 KB (543 words) - 19:38, 22 January 2019
  • <script type="text/javascript" src="/distrib/MathJax/MathJax.js"></script> JXG.Options.text.useMathJax = true; ...
    5 KB (452 words) - 07:03, 29 June 2021
  • [[Category:Text]] ...
    1 KB (131 words) - 16:29, 10 January 2013
  • <style type="text/css"> [[Category:Text]] ...
    2 KB (149 words) - 11:24, 9 April 2014
  • <link rel="stylesheet" type="text/css" href="/distrib/jsxgraph.css" /> <script type="text/javascript" src="/distrib/jquery.min.js"></script> ...
    15 KB (1,964 words) - 11:07, 30 September 2009
  • First, change the function term int this text box. Second, click on "plot". <link rel="stylesheet" type="text/css" href="//jsxgraph.org/distrib/jsxgraph.css" /> ...
    3 KB (415 words) - 09:42, 30 January 2019
  • * [[Aligning text]] ...
    2 KB (259 words) - 06:48, 4 October 2022
  • .... the text until the first "." appears in the constructor summary, all the text appears in the detailed constructor description> * <script type="text/javascript"> ...
    12 KB (1,898 words) - 13:32, 3 March 2021
  • [[Category:Text]] ...
    6 KB (886 words) - 14:08, 10 January 2023
  • ...cular]], [[composition|perpendicularpoint]], [[composition|reflection]], [[text]], [[image]], [[slider]], [[chart]], [[transform]], [[turtle]], [[line|tick ...
    10 KB (1,474 words) - 16:23, 20 February 2013