Is your feature request related to a problem? Please describe.
When Evaluating Regression Models one way to do a pointwise evaluation is to plot predictions and ground-truth on a Scatterplot. The interpretation of this plot is made harder if the axis have different value ranges and are scaled to the full range of the data respectively.
Describe the solution you'd like
Sync the axes to have the same range?
Describe alternatives you've considered
Display a line as orientation for perfect prediction.