Scaling Axes in Mathematica for ParametricPlot

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 5K views
Konig
Messages
6
Reaction score
0
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}, {-1, 0}},
AspectRatio -> 1]

Where rho is my x-axis.

I wish to scale the axis such that [tex]\Rho -> \Rho/(2 + \Rho) [\tex]<br /> <br /> I am aware there is a definition error in the script.<br /> <br /> Thanks in advanced,<br /> <br /> Konig.[/tex]
 

Attachments

Physics news on Phys.org
Can you perhaps more simply explain what you really want to do?

Is your question really that you only want to scale the axes?

Or is your question really that you are trying to ParametricPlot a table of function of list of function of symbol of I don't know?

If all you want to do is nonlinear scale the axes from 0 to infinity onto 0 to 1 then choose a very very simple function to start with and we can try to get the scaling correct.

If instead you are trying to Plot lists then we must start with very different questions.