Sorry about the poor title 😉
I’m trying to recreate a matlab plot I’ve come across in some other work, but I don’t quite understand the scale they are using. The y axis increments are as follows (from the top [+ve y]):
0.9999,
0.999,
0.99,
0.9,
0
I can use semilogy to plot a logarithmic graph, but this is kind of the wrong way round; my increments go
1,
0.1,
0.01,
0.001,
etc
which is actually 1 – i, where i is the increments I actually want! I don’t entirely understand how to describe this type of plot anyway; can anyone help?
To plot the axes the way you want to, you have to do three steps: (1) plot 1-y, (2) reverse axes (3) relabel axes