Skip to content

Commit

Permalink
Merge pull request #696 from Sichao25/dependency
Browse files Browse the repository at this point in the history
Debug: The sizes of the scatter plots are not set correctly.
  • Loading branch information
Xiaojieqiu authored Aug 5, 2024
2 parents e625412 + 9f7bcfa commit 21d364e
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 @@ -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

Expand Down

0 comments on commit 21d364e

Please sign in to comment.