From da2d5dd7ce687401f3ea75ae39a6c885d7ebc74d Mon Sep 17 00:00:00 2001 From: Isaac Virshup Date: Tue, 14 Dec 2021 14:03:03 +0100 Subject: [PATCH] Allow users to pass inner to sc.pl.violin when multi_panel=True --- scanpy/plotting/_anndata.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scanpy/plotting/_anndata.py b/scanpy/plotting/_anndata.py index 6986cf3507..977a85b6a1 100755 --- a/scanpy/plotting/_anndata.py +++ b/scanpy/plotting/_anndata.py @@ -799,7 +799,6 @@ def violin( sharey=False, order=keys, cut=0, - inner=None, **kwds, )