Mathematica Scaling Axes in Mathematica for ParametricPlot

AI Thread Summary
The discussion centers on a user seeking assistance with scaling the x-axis in a graph generated using the ParametricPlot command in Mathematica. The user aims to transform the x-axis values, denoted as ρ, using the formula ρ -> ρ/(2 + ρ) while plotting a specific range. There is acknowledgment of a potential definition error in the provided script. Respondents seek clarification on whether the user's primary concern is simply scaling the axes or if they are attempting to plot a more complex function involving lists or symbols. The conversation highlights the need for a clearer understanding of the user's objectives to provide effective guidance.
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 \Rho -&gt; \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.
 

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.
 

Similar threads

Replies
1
Views
2K
Replies
1
Views
3K
Replies
18
Views
4K
Replies
6
Views
19K
Replies
1
Views
2K
Replies
7
Views
2K
Replies
4
Views
3K
Replies
8
Views
6K
Back
Top