phetsims / curve-fitting

"Curve Fitting" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
6 stars 3 forks source link

symbol for "delta" #147

Closed pixelzoom closed 5 years ago

pixelzoom commented 5 years ago

Noticed while reviewing English strings for code review #143.

In curve-fitting-strings_en.json:

  "deltaEqualsPattern": {
    "value": "D<sub>y</sub> = {{deltaValue}}"
  },

This appears on the points, like this:

screenshot_1405

Is "D" the proper symbol to be using for "delta"? Why not "Δ" or "δ" ?

amanda-phet commented 5 years ago

The original uses 'D' so I just assumed that's what Mike wanted, but I just emailed an confirmed with him that it should use the capital greek delta. Please use '∆' instead of 'D'.

pixelzoom commented 5 years ago

Changed in the above commit, see screenshot below. In #159, we're still working out whether this should be using math font.

screenshot_1423