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

label axes #130

Closed amanda-phet closed 5 years ago

amanda-phet commented 5 years ago

we should label the axes with x and y.

amanda-phet commented 5 years ago

this means we should probably change the graph range to -10 to 10, similar to Graphing Lines. The axes arrow would extend beyond the white box with labels to the right of each arrow head.

amanda-phet commented 5 years ago

copy tick marks that are currently in Graphing Lines... one mark for every unit with major marks at 5 and 10.

SaurabhTotey commented 5 years ago

I have changed the graph a bunch so it now looks like this.

Graph

This is almost exactly the same as graphing-lines, but one key difference is that there are no grid lines. Assigning to @amanda-phet to review.

amanda-phet commented 5 years ago

This is working for me. It's quite busy with all of the tick marks, but that's ok. Thanks for making these changes!