Skip to content

Commit c034f61

Browse files
committed
Plot correction
1 parent 737e3a1 commit c034f61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dabest/plotter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ def EffectSizeDataFramePlotter(EffectSizeDataFrame, **plot_kwargs):
328328
contrast_ax_ylim_low = list()
329329
contrast_ax_ylim_high = list()
330330
contrast_ax_ylim_tickintervals = list()
331-
rawdata_axes = axx[0]
332-
contrast_axes = axx[1]
331+
rawdata_axes = axx[0]
332+
contrast_axes = axx[1]
333333
rawdata_axes.set_frame_on(False)
334334
contrast_axes.set_frame_on(False)
335335

0 commit comments

Comments
 (0)