updated regimes fiugre

This commit is contained in:
2025-05-19 10:09:01 +02:00
parent aeb840a4e7
commit 2e3d373100
6 changed files with 121 additions and 143 deletions

View File

@@ -232,7 +232,7 @@ if __name__ == '__main__':
axs[0, 0].text(0, 1.6, 'Ampullary cells:', transform=axs[0, 0].transAxes,
color=s.cell_color1,
fontsize='large')
axs[0, -1].text(1, 0, '5\\,ms', ha='right',
axs[0, -1].text(0.97, -0.45, '5\\,ms', ha='right',
transform=axs[0, -1].transAxes)
plot_colorbar(axs[1, -1], pc, 0.4)
fig.common_yticks(axs[1, :])