##// END OF EJS Templates
set rticks white
Juan C. Espinoza -
r1489:2702c46d6967
parent child
Show More
@@ -440,7 +440,7 class Plot(Operation):
440 self.time_label),
440 self.time_label),
441 size=8)
441 size=8)
442 ax.set_ylim(0, self.ymax)
442 ax.set_ylim(0, self.ymax)
443 #ax.set_yticks(numpy.arange(0, self.ymax, 20))
443 ax.set_yticks(ax.get_yticks(), labels=ax.get_yticks(), color='white')
444 ax.yaxis.labelpad = 28
444 ax.yaxis.labelpad = 28
445
445
446 if self.firsttime:
446 if self.firsttime:
General Comments 0
You need to be logged in to leave comments. Login now