Skip to content

Commit

Permalink
Adjust Figure S2 size
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulocracy committed Jul 7, 2023
1 parent 6cf35bf commit 97790ae
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified cosa/Figure6.pdf
Binary file not shown.
Binary file modified cosa/FigureS2.pdf
Binary file not shown.
Binary file modified cosa/FigureS2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cosa/in_vivo_concentrations_figure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions cosa_create_special_aerobic_figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ def create_in_vivo_concentrations_figure():
concentration = "VIVOCONC"
output_path = "./cosa/in_vivo_concentrations_figure.png"
table_path = f"cosa/results_aerobic/optsubmdf_table_{concentration}.csv"
pad = 0.98
pad = 1.6

target = "OPTSUBMDF"

figurename_tuple = ("aerobic", f"2C_NADH_to_NAD___to___NADPH_to_nadp_{target}_{concentration}.jpg")

cm = 1/2.54
# fig, axs = plt.subplots(nrows=1, ncols=2, dpi=500, figsize=(18, 6)) #sharex=True, figsize=(50, 25), dpi=120, facecolor="white")
fig, axs = plt.subplots(nrows=1, ncols=2, dpi=500, figsize=(18*cm, 6*cm)) #sharex=True, figsize=(50, 25), dpi=120, facecolor="white")
fig, axs = plt.subplots(nrows=2, ncols=1, dpi=500, figsize=(10*cm, 12.5*cm)) #sharex=True, figsize=(50, 25), dpi=120, facecolor="white")
fig.tight_layout(pad=pad)

########################################################
Expand Down

0 comments on commit 97790ae

Please sign in to comment.