Skip to content

Commit

Permalink
Set default figure size to 8 by 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
gedeschaines committed Jan 2, 2024
1 parent 84fac53 commit 4c9e23d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyThreeD.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ def onClick(event):

# Instantiate a matplotlib pyplot figure.

fig = plt.figure(figsize=(6.0,6.0), dpi=100.0) # 465x462 viewport
#fig = plt.figure(figsize=(8.0,6.0), dpi=100.0) # 620x462 viewport
#fig = plt.figure(figsize=(6.0,6.0), dpi=100.0) # 465x462 viewport
fig = plt.figure(figsize=(8.0,6.0), dpi=100.0) # 620x462 viewport
#fig = plt.figure(figsize=(8.0,8.0), dpi=100.0) # 620x616 viewport
#fig = plt.figure(figsize=(7.74,7.78), dpi=100.0) # 600x599 viewport
#fig = plt.figure(figsize=(10.0,8.0), dpi=100.0) # 775x616 viewport
Expand Down

0 comments on commit 4c9e23d

Please sign in to comment.