I am trying to plot two separate quantities on the same graph using twiny as follows:
fig = figure() ax = fig.add_subplot(111) ax.plot(T, r, \'b-\', T, R, \'
You can use pad for this case:
ax.set_title("whatever", pad=20)