Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jun 15, 2021
1 parent 81f6c00 commit de930c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions js/discrete/model/DiscreteXAxisDescriptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
* 'Discrete' screen. These are not relevant in the 'Wave Screen' because the x-axes have a fixed scale, and are
* not zoom-able.
*
* There is one AxisDescription for each zoom level, and the array is ordered from most 'zoomed out' to
* most 'zoomed in'. Values in the AxisDescriptions are coefficients (multipliers) for L or T, depending
* on which domain (space, time, space & time) is plotted. Use axisDescription.createAxisRange to create
* a numeric range suitable for use with a chart.
* There is one AxisDescription for each zoom level, and the array is ordered from most 'zoomed out' to most 'zoomed in'.
* Values in the AxisDescriptions are coefficients (multipliers) for L or T, depending on which domain is plotted.
* Use axisDescription.createAxisRange to create a numeric range suitable for use with a chart.
*
* @author Chris Malley (PixelZoom, Inc.)
*/
Expand Down
7 changes: 3 additions & 4 deletions js/wavepacket/model/WavePacketXAxisDescriptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
* WavePacketXAxisDescriptions is the set of descriptions for the x-axes of the Components and Sum charts in the
* 'Wave Packet' screen.
*
* There is one AxisDescription for each zoom level, and the array is ordered from most 'zoomed out' to
* most 'zoomed in'. Values in the AxisDescriptions are coefficients (multipliers) for L or T, depending
* on which domain (space, time, space & time) is plotted. Use axisDescription.createAxisRange to create
* a numeric range suitable for use with a chart.
* There is one AxisDescription for each zoom level, and the array is ordered from most 'zoomed out' to most 'zoomed in'.
* Values in the AxisDescriptions are coefficients (multipliers) for L or T, depending on which domain is plotted.
* Use axisDescription.createAxisRange to create a numeric range suitable for use with a chart.
*
* @author Chris Malley (PixelZoom, Inc.)
*/
Expand Down

0 comments on commit de930c9

Please sign in to comment.