Search results
From JSXGraph Wiki
Page title matches
- 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
- <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
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,'ε:']); ...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 "á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 (222 words) - 12:55, 18 October 2024