Wednesday 5 June 2013

Adjusting matplotlib spacing vspace


# These prevent two line titles and axis labels overlapping.
matplotlib.rcParams['figure.subplot.hspace'] = 0.4 # 0.3 default.
matplotlib.rcParams['figure.subplot.wspace'] = 0.3 # 0.2 default.

No comments:

Post a Comment