@@ -330,8 +330,8 def createPmultilineYAxis(ax, x, y, xmin, xmax, ymin, ymax, xlabel='', ylabel='' | |||||
330 | matplotlib.pyplot.ioff() |
|
330 | matplotlib.pyplot.ioff() | |
331 |
|
331 | |||
332 | # lines = ax.plot(x, y.T, marker=marker,markersize=markersize,linestyle=linestyle) |
|
332 | # lines = ax.plot(x, y.T, marker=marker,markersize=markersize,linestyle=linestyle) | |
333 | lines = ax.plot(x, y.T, linestyle=linestyle, marker=marker, markersize=markersize) |
|
333 | lines = ax.plot(x, y.T) | |
334 |
leg = ax.legend(lines, legendlabels, loc= |
|
334 | leg = ax.legend(lines, legendlabels, loc=1, bbox_to_anchor=(1.01, 1.00), numpoints=1, handlelength=1.5, \ | |
335 | handletextpad=0.5, borderpad=0.5, labelspacing=0.5, borderaxespad=0.) |
|
335 | handletextpad=0.5, borderpad=0.5, labelspacing=0.5, borderaxespad=0.) | |
336 |
|
336 | |||
337 | for label in leg.get_texts(): label.set_fontsize(9) |
|
337 | for label in leg.get_texts(): label.set_fontsize(9) |
General Comments 0
You need to be logged in to leave comments.
Login now