Equation Labels

Tasks

add six nodes A-F make node D a rectangle twice as wide as high give node A a LaTeX label of \Theta set the label offset for node A to be 1 units to the north west give node B a LaTeX label of \chi^2(\alpha) give node C a LaTeX label of x_0^3 give node D a LaTeX label of \int_0^\infty f(x) \dd{x} give node E a LaTeX label of \frac{1}{2} give node F a LaTeX label of \sqrt{\pi \cdot \frac{1}{2}} set node size for node F to be 1.5, B to be 1.25, node D to be 1.4 set font color for node A to be steelblue A is a parent of B through F

JSON Representation

{
"directed": false,
"hasParents": true,
"nodes": {
  "A": {
    "label": "latex: \\Theta ",
    "labelOffset": [
      "northwest",
      1
    ],
    "fontColor": "steelblue"
  },
  "B": {
    "label": "latex: \\chi^2(\\alpha)",
    "nodeSize": 1.25
  },
  "C": {
    "label": "latex: x_0^3"
  },
  "D": {
    "nodeShape": "rectangle",
    "nodeWidthToHeight": 2,
    "label": "latex: \\int_0^\\infty f(x) \\dd{x}",
    "nodeSize": 1.4
  },
  "E": {
    "label": "latex: \\frac{1}{2}"
  },
  "F": {
    "label": "latex: \\sqrt{\\pi \\cdot \\frac{1}{2}}",
    "nodeSize": 1.5
  }
},
"edges": {
  "AB": {
    "source": "A",
    "target": "B"
  },
  "AC": {
    "source": "A",
    "target": "C"
  },
  "AD": {
    "source": "A",
    "target": "D"
  },
  "AE": {
    "source": "A",
    "target": "E"
  },
  "AF": {
    "source": "A",
    "target": "F"
  }
},
"constraints": [],
"_positions": {
  "A": [
    8.239731316589539e-9,
    5.439605373011011
  ],
  "B": [
    -6.808365359092726,
    -1.0879210647145283
  ],
  "C": [
    -3.3003903759339046,
    -1.0879210647145279
  ],
  "D": [
    6.8083653755721825,
    -1.0879210647145263
  ],
  "E": [
    8.239727456092554e-9,
    -1.0879210647145283
  ],
  "F": [
    3.3003903924133593,
    -1.0879210647145299
  ]
}
}