How do I widen the space for y coordinate ticks?

without having to increase the width of the whole chart?

···


View this message in context: http://www.nabble.com/How-do-I-widen-the-space-for-y-coordinate-ticks--tp16447673p16447673.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

carlwenrich wrote:

without having to increase the width of the whole chart?

Have a look at examples/major_minor_demo1.py and examples/major_minor_demo2.py. I guess you are looking for something like this ...

Manuel