Discussion Overview
The discussion revolves around how to rescale the x-axis in Mathematica plots, specifically when plotting a function with respect to a variable T. Participants explore different methods to achieve the desired axis labeling and scaling.
Discussion Character
- Technical explanation
- Mathematical reasoning
Main Points Raised
- One participant seeks assistance in plotting a function with an x-axis that displays values from 0 to 3 instead of 0 to 30, with the intention of labeling the axis as T/10.
- Another participant suggests using the Plot function with a modified range and axes label: Plot[function, {x, 0, 3}, AxesLabel -> {T/10, y-label}].
- A third participant provides a function with zeros at specific points and demonstrates two methods to change the x-axis units to x/10, using either a transformation of the function or custom ticks.
- A later reply expresses appreciation for one of the proposed methods, noting its effectiveness in keeping the function unchanged while achieving the desired axis scaling.
Areas of Agreement / Disagreement
Participants appear to agree on the need for rescaling the x-axis, but multiple methods are presented without a consensus on a single best approach.
Contextual Notes
Some methods depend on specific definitions of the function and the desired appearance of the plot, which may not be universally applicable.