From 785f91d19472184e1d3a890f5b4c78f0f7ddfcda Mon Sep 17 00:00:00 2001 From: sichao Date: Mon, 25 Mar 2024 16:16:51 -0400 Subject: [PATCH] debug initializing ax --- dynamo/plot/scatters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamo/plot/scatters.py b/dynamo/plot/scatters.py index fd2902908..33ae327ee 100755 --- a/dynamo/plot/scatters.py +++ b/dynamo/plot/scatters.py @@ -2199,7 +2199,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