Skip to content

Commit

Permalink
minor size update
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed May 7, 2024
1 parent 8db2bf4 commit 06ca1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jcvi/projects/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def grabseeds(args):
Plot the PCA plot from GRABSEEDS.
"""
p = OptionParser(grabseeds.__doc__)
_, args, iopts = p.set_image_options(args, figsize="8x8")
_, args, iopts = p.set_image_options(args, figsize="8x6")

if len(args) != 1:
sys.exit(not p.print_help())
Expand Down

0 comments on commit 06ca1aa

Please sign in to comment.