Skip to content

Commit

Permalink
debug initializing ax
Browse files Browse the repository at this point in the history
  • Loading branch information
Sichao25 committed Mar 25, 2024
1 parent 72ade2b commit 785f91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamo/plot/scatters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 785f91d

Please sign in to comment.