|
1638 | 1638 | whiteSpace: 'nowrap' |
1639 | 1639 | }); |
1640 | 1640 | this.components.panel.appendChild(this.components.panelTitleBar); |
1641 | | - this.components.panelTitleBar.innerHTML = '<span style="margin-left: 10px;">RIEMANN ZETA SCOPE</span><span style="margin-left: 30px; color: #c42626; font-size: 17px;">RZS-10k</span>'; |
| 1641 | + this.components.panelTitleBar.innerHTML = '<span style="margin-left: 10px;">RIEMANN ZETA SCOPE</span><span style="margin-left: 35px; color: #c42626; font-size: 17px;">RZS-10k</span>'; |
1642 | 1642 | runningY += 39; |
1643 | 1643 | // ================================================================== |
1644 | 1644 | // display section |
|
1754 | 1754 | }); |
1755 | 1755 | this.components.panelDisplaySection.appendChild(this.components.panelGridButton); |
1756 | 1756 | this.components.panelGridButton.title = 'Show unit grid lines in the complex plane.'; |
1757 | | - this.components.panelGridButton.innerHTML = '<span style="font-size: 10px; margin-left: 7px;"><span style="background-color: #555555; color: #99B7E6;"> ⊞ </span></span><span style="margin-left: 10px;">grid</span>'; |
| 1757 | + this.components.panelGridButton.innerHTML = '<span style="font-size: 10px; margin-left: 7px;"><span style="background-color: #555555; color: #99B7E6;"> ⊞ </span></span><span style="margin-left: 12px;">grid</span>'; |
1758 | 1758 | this.components.panelGridButton.addEventListener('click', () => { |
1759 | 1759 | this.zetaView.drawGrid = !this.zetaView.drawGrid; |
1760 | 1760 | this.zetaView.draw(); |
|
1775 | 1775 | 'The polar window shows the terms of ζ as rotating vectors, radiating from a common origin.\n' + |
1776 | 1776 | 'While running t, notice the moments of geometric aligments and the patterns in the term numbers.\n' + |
1777 | 1777 | 'The terms of ζ are like a slide rule on steroids.'; |
1778 | | - this.components.panelPolarWindowButton.innerHTML = '<span style="font-size: 10px; margin-left: 7px;"><span style="background-color: #555555; color: #99B7E6;"> ⊚ </span></span><span style="margin-left: 10px;">polar</span>'; |
| 1778 | + this.components.panelPolarWindowButton.innerHTML = '<span style="font-size: 10px; margin-left: 7px;"><span style="background-color: #555555; color: #99B7E6;"> ⊚ </span></span><span style="margin-left: 12px;">polar</span>'; |
1779 | 1779 | this.components.panelPolarWindowButton.addEventListener('click', () => { |
1780 | 1780 | if (this.zetaView.polarWindow === false) { |
1781 | 1781 | this.zetaView.polarWindow = true; |
|
1807 | 1807 | 'Open Re-Im window\n' + |
1808 | 1808 | 'The Re-Im window shows real and imaginary values per term of ζ.\n' + |
1809 | 1809 | 'These are the top and side views (as in sin and cos) of the polar view.'; |
1810 | | - this.components.panelPhaseWindowButton.innerHTML = '<span style="font-size: 10px; margin-left: 7px;"><span style="background-color: #555555; color: #99B7E6;"> ∿ </span></span><span style="margin-left: 10px;">Re-Im</span>'; |
| 1810 | + this.components.panelPhaseWindowButton.innerHTML = '<span style="font-size: 10px; margin-left: 7px;"><span style="background-color: #555555; color: #99B7E6;"> ∿ </span></span><span style="margin-left: 12px;">Re-Im</span>'; |
1811 | 1811 | this.components.panelPhaseWindowButton.addEventListener('click', () => { |
1812 | 1812 | if (this.zetaView.phaseWindow === false) { |
1813 | 1813 | this.zetaView.phaseWindow = true; |
|
0 commit comments