updated figures to be correct size

This commit is contained in:
nkoch1 2023-04-22 18:00:54 -04:00
parent a802a9f6d0
commit 00d0e9f3ab
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 505 KiB

After

Width:  |  Height:  |  Size: 523 KiB

View File

@ -156,7 +156,7 @@ models = ['Cb stellate', 'RS Inhibitory', 'FS', 'RS Pyramidal', 'RS Inhibitory +
'RS Pyramidal +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$', 'STN +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$', 'RS Pyramidal +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$', 'STN +$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
'Cb stellate $\Delta$$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$', 'Cb stellate $\Delta$$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$',
'STN $\Delta$$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$', 'STN'] 'STN $\Delta$$\mathrm{K}_{\mathrm{V}}\mathrm{1.1}$', 'STN']
fig, axs = plt.subplots(4, 3, figsize=cm2inch(17.2, 20)) # , sharey=True) fig, axs = plt.subplots(4, 3, figsize=cm2inch(20, 20)) # , sharey=True)
plt.subplots_adjust(hspace=1.5, wspace=1.0) plt.subplots_adjust(hspace=1.5, wspace=1.0)
let_x = -0.6 let_x = -0.6
let_y = 1.2 let_y = 1.2

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

After

Width:  |  Height:  |  Size: 271 KiB

View File

@ -282,7 +282,7 @@ import matplotlib.image as mpimg
img = mpimg.imread('./Figures/summary_diagram3.png') img = mpimg.imread('./Figures/summary_diagram3.png')
inset_ylim = (0, 100) inset_ylim = (0, 100)
lfsize = 7 lfsize = 7
fig = plt.figure(figsize=cm2inch(17.2, 12)) fig = plt.figure(figsize=cm2inch(23, 15))
gs = gridspec.GridSpec(15, 3, top=0.95, bottom=0.1, left=0.15, right=0.95, hspace=0.4, wspace=0.2) gs = gridspec.GridSpec(15, 3, top=0.95, bottom=0.1, left=0.15, right=0.95, hspace=0.4, wspace=0.2)