diff --git a/WrightTools/artists/_helpers.py b/WrightTools/artists/_helpers.py index 4f07a16a..1d019681 100644 --- a/WrightTools/artists/_helpers.py +++ b/WrightTools/artists/_helpers.py @@ -847,7 +847,6 @@ def plot_gridlines(ax=None, c="grey", lw=1, diagonal=False, zorder=2, makegrid=T wt_exceptions.VisibleDeprecationWarning, ) - # get ax if ax is None: ax = plt.gca()