Skip to content

Commit a3b142f

Browse files
committed
Better live-plotting for NdSweeper
1 parent adf6f3a commit a3b142f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightlab/util/sweep.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ def plot(self, slicer=None, tempData=None, index=None, axArr=None, pltKwargs=Non
540540
axArr = self.plotOptions['axArr']
541541
else:
542542
_, axArr = plt.subplots(nrows=plotArrShape[0], ncols=plotArrShape[1],
543+
sharex='col',
543544
figsize=(10, plotArrShape[0] * 2.5)) # pylint: disable=unused-variable
544545

545546
axArr = np.array(axArr)

0 commit comments

Comments
 (0)