Hi,
Am plotting a graph and need to scale the axes so that i can take my range of 'x'-axis values from -1 to infinity.
I shall provide script, but i am using the ParametricPlot command.
ParametricPlot[tab2, {up, -1 + 10^-7, 10},
AxesLabel -> {"\[Rho]", "u'"}, PlotRange -> {{-1, 2}...