diff --git a/dynamo/plot/scatters.py b/dynamo/plot/scatters.py index 893265a2f..245166761 100755 --- a/dynamo/plot/scatters.py +++ b/dynamo/plot/scatters.py @@ -2224,7 +2224,7 @@ def scatters_single_input( # if #total_panel is 1, `_matplotlib_points` will create a figure. No need to create a figure here and generate a blank figure. if ax is None: - figure, ax = plt.subplots() + figure, ax = plt.subplots(figsize=figsize, facecolor=background) color_out = None