Hauptsatz der Differential- und Integralrechnung: Unterschied zwischen den Versionen
| Zeile 57: | Zeile 57: | ||
position: 'rt', | position: 'rt', | ||
offset: [-5, 20], | offset: [-5, 20], | ||
fontSize: | fontSize: 14, | ||
anchorX: 'right' | anchorX: 'right' | ||
}, | }, | ||
| Zeile 71: | Zeile 71: | ||
position: 'rt', | position: 'rt', | ||
offset: [5, 20], | offset: [5, 20], | ||
fontSize: | fontSize: 14, | ||
anchorY: 'right' | anchorY: 'right' | ||
}, | }, | ||
| Zeile 93: | Zeile 93: | ||
withLabel: true, | withLabel: true, | ||
label: { | label: { | ||
fontSize: | fontSize: 14, | ||
offset: [0, 50], | offset: [0, 50], | ||
digits: 4, | digits: 4, | ||
| Zeile 125: | Zeile 125: | ||
// Beschriftung der Funktion mit f | // Beschriftung der Funktion mit f | ||
board.create('text', [3.5, 3, '\\[f\\]'], { | board.create('text', [3.5, 3, '\\[f\\]'], { | ||
fontSize: | fontSize: 14, | ||
fixed: true, | fixed: true, | ||
anchorX: 'left', | anchorX: 'left', | ||