updated spacing in Fig 1 and section numbering in diff tex file

This commit is contained in:
nkoch1
2023-04-25 10:45:15 -04:00
parent 70ea74b237
commit 9b1766af2e
7 changed files with 6 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ def plot_spike_train(ax, model='RS Pyramidal', stop=750):
ax.set_xlabel('Time [s]')
ax.set_ylim(-85, 60)
ax.axis('off')
ax.set_title(model, fontsize=7)
ax.set_title(model, fontsize=7, y=1.1)
def plot_fI(ax, model='RS Pyramidal'):
@@ -254,7 +254,7 @@ add_scalebar(ax12_spikes, matchx=False, matchy=False, hidex=True, hidey=True, si
# add subplot labels
for i in range(0,len(models)):
# spike_axs[i].text(-0.18, 1.08, string.ascii_uppercase[i], transform=spike_axs[i].transAxes, size=10, weight='bold')
spike_axs[i].text(-0.572, 1.2, string.ascii_uppercase[i], transform=spike_axs[i].transAxes, size=10, weight='bold')
spike_axs[i].text(-0.572, 1.3, string.ascii_uppercase[i], transform=spike_axs[i].transAxes, size=10, weight='bold')
# save
fig.set_size_inches(cm2inch(21,15))
fig.savefig('./Figures/diversity_in_firing_diagram.jpg', dpi=300, bbox_inches='tight') #pdf # eps

Binary file not shown.

Before

Width:  |  Height:  |  Size: 422 KiB

After

Width:  |  Height:  |  Size: 425 KiB