##// END OF EJS Templates
mpldriver updated
Miguel Valdez -
r767:acac4be902db
parent child
Show More
@@ -330,8 +330,8 def createPmultilineYAxis(ax, x, y, xmin, xmax, ymin, ymax, xlabel='', ylabel=''
330 330 matplotlib.pyplot.ioff()
331 331
332 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)
334 leg = ax.legend(lines, legendlabels, loc='upper left', bbox_to_anchor=(1.01, 1.00), numpoints=1, handlelength=1.5, \
333 lines = ax.plot(x, y.T)
334 leg = ax.legend(lines, legendlabels, loc=1, bbox_to_anchor=(1.01, 1.00), numpoints=1, handlelength=1.5, \
335 335 handletextpad=0.5, borderpad=0.5, labelspacing=0.5, borderaxespad=0.)
336 336
337 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