There are methods to convert quantities to certain scales and plot them on a graph (e.g., logarithmic scale graph). I wanted to plot quantities that belong to range $(0, \infty)$ on a graph of a fixed size (let's say 1). I came up with using the parabolic function: $$x' = 1 - \frac 1 {x + 1}$$ where $x$ is the original quantity and $x'$ is the converted length on the scale. Using this, $(0, \infty)$ will be mapped to $(0, 1)$. Is this kind of graph in common use? Is there a name for such graph?
Is there an alternative way to fulfill this purpose?
