diff --git a/js/discrete/model/DiscreteXAxisDescriptions.js b/js/discrete/model/DiscreteXAxisDescriptions.js index 5ce8a635..505a6281 100644 --- a/js/discrete/model/DiscreteXAxisDescriptions.js +++ b/js/discrete/model/DiscreteXAxisDescriptions.js @@ -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.) */ diff --git a/js/wavepacket/model/WavePacketXAxisDescriptions.js b/js/wavepacket/model/WavePacketXAxisDescriptions.js index 93a0889b..732e6950 100644 --- a/js/wavepacket/model/WavePacketXAxisDescriptions.js +++ b/js/wavepacket/model/WavePacketXAxisDescriptions.js @@ -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.) */