Sorry for the bad title;)
I am trying to recreate the plot of Matlab, which I met in some other work, but I do not quite understand the scale that they use. The y-axis increments are as follows (above [+ ve y]):
0.9999, 0.999, 0.99, 0.9, 0
I can use semilogy to build a logarithmic graph, but this is kind of the wrong way; my increments go
1, 0.1, 0.01, 0.001, etc.
which is actually 1 - i, where i are the increments that i really want! I do not quite understand how to describe this type of plot; can anyone help?
source
share