Skip to content

Commit

Permalink
auto-scaling edit, #173
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Sep 9, 2021
1 parent bc40cbb commit 6d946cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/implementation-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ the view class. For each concrete class, the class name is prefixed with the scr
example: `DiscreteAmplitudeChart` , `WaveGameHarmonicsChart`,
`WavePacketSumChart`.

Many of the charts automatically scale their y-axis to fit the peak amplitude, with a bit of "padding"
Some of the charts automatically scale their y-axis to fit the peak amplitude, with a bit of "padding"
added to the peak. PhET typically refers to this behavior as _auto-scaling_. In the **Discrete** screen, the Sum chart
auto-scales, with a minimum range of [-1.5,1.5]. In the **Wave Game** screen, the _Sum_ chart auto-scales to fit the
auto-scales, with a minimum range of [-1.5,1.5]. In the **Wave Game** screen, the Sum chart auto-scales to fit the
answer (pink waveform), again with a minimum range of [-1.5,1.5]. In the **Wave Packet** screen, the Amplitudes and
Components charts auto-scale, with no minimum range.

Expand Down

0 comments on commit 6d946cc

Please sign in to comment.