Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Apr 2, 2024
1 parent 798c15f commit b158976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3d-plotter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="icon" type="image/png" href="https://www.dynamicmath.xyz/complex/dctools/libraries/css/infinity16.png"
sizes="16x16">

<link rel="stylesheet" href="https://www.dynamicmath.xyz/complex/dctools/libraries/css/w3.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">

<script>
MathJax = { tex: { inlineMath: [["$", "$"], ["\\(", "\\)"]], tags: "ams", macros: { R: "\\mathbb{R}", C: "\\mathbb{C}", N: "\\mathbb{N}", Z: "\\mathbb{Z}", Q: "\\mathbb{Q}", Re: "{\\mbox{Re}}\\,", Im: "{\\mbox{Im}}\\,", arg: "{\\mbox{arg}}\\,", Arg: "{\\mbox{Arg}}\\,", Log: "\\mbox{Log}\\,", Int: "\\mbox{Int}\\,", ra: "\\rightarrow", ds: "\\displaystyle", res: "\\mbox{res}\\,", conj: ["{\\overline{#1}}", 1], abs: ["{\\left|#1\\right|}", 1], sabs: ["{\\left|#1\\right|}", 1], snorm: ["{\\|#1\\|}", 1], norm: ["{\\|#1\\|}", 1], pd: "\\boldsymbol{\\cdot}", epsilon: "\\varepsilon", vre: "\\varepsilon", Ra: "\\Rightarrow", bs: "\\blacksquare", nec: "{\\boxed{\\Rightarrow}}", suf: "{\\boxed{\\Leftarrow}}", coloneqq: "{\\,:=\\,}" } } };
Expand Down
2 changes: 1 addition & 1 deletion 3d-plotter/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ function createCursor() {

function initScene() {
const plotElement = $("#plot");
const backgroundColor = 0x343434;
const backgroundColor = 0x252525;
const cameraSize = 7;
const initHeight = 10;
const plotRows = 1024;
Expand Down

0 comments on commit b158976

Please sign in to comment.