I used matplotlib to make a plot as shown in the attached file.
There is not much data on this plot at the moment but I foresee that most of the data will be on the positive side of the y axis while a minority will be on the negative side. I want to ask if there is a way to say, compress the negative axis, or scale up the positive y-axis, so that the positive part of the y-axis takes up a larger representative part of the plot? To illustrate my point, I also attach another roughly drawn figure of what I want to achieve.
The positive y-axis should at least take up 50% of the plot (or more) and it ranges from a value of 0 to 1.0. The negative y-axis however would take up 50% or less of the plot height and it ranges from a value of 0 to -10.0.
How should I go about doing this?