updated spacing in Fig 1 and section numbering in diff tex file
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user