updated figures to be correct size
This commit is contained in:
parent
a802a9f6d0
commit
00d0e9f3ab
Binary file not shown.
Before Width: | Height: | Size: 505 KiB After Width: | Height: | Size: 523 KiB |
@ -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 |
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user