Skip to content

Commit 76ea4db

Browse files
committed
6-view figure size adjustment
1 parent b156290 commit 76ea4db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csubst/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.4.11'
1+
__version__ = '1.4.12'

csubst/parser_pymol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ def save_6view_pdf(image_prefix='tmp.csubst.pymol',
439439
directions = ['pos_x','neg_x','pos_y','neg_y','pos_z','neg_z']
440440

441441
# Create a figure with 3 rows & 2 columns
442-
fig, axes = matplotlib.pyplot.subplots(nrows=3, ncols=2, figsize=(8.3, 11.7)) # A4 paper size
442+
fig, axes = matplotlib.pyplot.subplots(nrows=3, ncols=2, figsize=(7.2, 9.7))
443443

444444
for idx, direction in enumerate(directions):
445445
row = idx // 2

0 commit comments

Comments
 (0)