merge
This commit is contained in:
@@ -227,7 +227,7 @@ def plot_quadrant(ax):
|
||||
ax.spines['left'].set_position('zero')
|
||||
ax.spines['bottom'].set_position('zero')
|
||||
ax.text(1.2, 0.05, '$\\Delta$ rheobase', ha='right')
|
||||
ax.text(-0.05, 0.75, '$\\Delta$ AUC', ha='right', rotation=90)
|
||||
ax.text(-0.03, 0.7, '$\\Delta$ AUC', ha='right', rotation=90)
|
||||
ax.tick_params(length=0)
|
||||
ax.set_xlim(-1, 1)
|
||||
ax.set_ylim(-1, 1)
|
||||
@@ -268,8 +268,8 @@ ax1.text(-0.25, 1.2, string.ascii_uppercase[0], transform=ax1.transAxes, size=16
|
||||
ax3.text(-0.02, 1.05, string.ascii_uppercase[1], transform=ax3.transAxes, size=16, weight='bold')
|
||||
|
||||
show_spines(ax3, '')
|
||||
ax3.set_ylabel('$\Delta$ AUC')
|
||||
ax3.set_xlabel('$\Delta$ rheobase')
|
||||
#ax3.set_ylabel('$\\Delta$ AUC', rotation='vertical')
|
||||
#ax3.set_xlabel('$\\Delta$ rheobase')
|
||||
plot_quadrant(ax3) # plot delineation into quadrants
|
||||
|
||||
|
||||
@@ -301,4 +301,4 @@ plot_diff_sqrt(ax3_BR, b2=0.4, c2=75)
|
||||
ax3_BR.set_ylim(inset_ylim)
|
||||
fig.set_size_inches(cm2inch(8.17,12))
|
||||
fig.savefig('./Figures/firing_characterization.pdf', dpi=fig.dpi) #bbox_inches='tight', dpi=fig.dpi
|
||||
plt.show()
|
||||
plt.show()
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user