@@ -1155,7 +1155,7 class SpectraHeisScope(Figure): | |||
|
1155 | 1155 | axes = self.axesList[i] |
|
1156 | 1156 | axes.pline(x, ychannel, |
|
1157 | 1157 | xmin=xmin, xmax=xmax, ymin=ymin, ymax=ymax, |
|
1158 | xlabel=xlabel, ylabel=ylabel, title=title) | |
|
1158 | xlabel=xlabel, ylabel=ylabel, title=title, grid='both') | |
|
1159 | 1159 | |
|
1160 | 1160 | self.draw() |
|
1161 | 1161 | |
@@ -1295,7 +1295,7 class RTIfromSpectraHeis(Figure): | |||
|
1295 | 1295 | |
|
1296 | 1296 | axes.pmultilineyaxis(x=self.xdata, y=self.ydata, |
|
1297 | 1297 | xmin=tmin, xmax=tmax, ymin=ymin, ymax=ymax, |
|
1298 | xlabel=xlabel, ylabel=ylabel, title=title, legendlabels=legendlabels, marker='.', markersize=8, linestyle="solid", | |
|
1298 | xlabel=xlabel, ylabel=ylabel, title=title, legendlabels=legendlabels, marker='.', markersize=8, linestyle="solid", grid='both', | |
|
1299 | 1299 | XAxisAsTime=True |
|
1300 | 1300 | ) |
|
1301 | 1301 |
General Comments 0
You need to be logged in to leave comments.
Login now