Skip to content

Commit 5476425

Browse files
committed
Merge branch 'propplot' into v0.4dev
2 parents 455201e + a8b036d commit 5476425

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dabest/plotter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ def EffectSizeDataFramePlotter(EffectSizeDataFrame, **plot_kwargs):
4141
import seaborn as sns
4242
import matplotlib.pyplot as plt
4343
import pandas as pd
44+
import warnings
45+
warnings.filterwarnings('ignore', 'This figure includes Axes that are not compatible with tight_layout')
4446

4547
from .misc_tools import merge_two_dicts
4648
from .plot_tools import halfviolin, get_swarm_spans, gapped_lines, proportion_error_bar, sankeydiag
@@ -365,7 +367,6 @@ def EffectSizeDataFramePlotter(EffectSizeDataFrame, **plot_kwargs):
365367
contrast_axes = axx[1]
366368
rawdata_axes.set_frame_on(False)
367369
contrast_axes.set_frame_on(False)
368-
# fig.set_tight_layout(False)
369370

370371
redraw_axes_kwargs = {'colors' : ytick_color,
371372
'facecolors' : ytick_color,

0 commit comments

Comments
 (0)