23.10
This commit is contained in:
@@ -12,7 +12,7 @@ from jar_functions import get_time_zeros
|
||||
from jar_functions import import_data_eigen
|
||||
from scipy.signal import savgol_filter
|
||||
|
||||
plt.rcParams.update({'font.size': 18})
|
||||
#plt.rcParams.update({'font.size': 18})
|
||||
|
||||
base_path = 'D:\\jar_project\\JAR\\eigenmannia\\deltaf'
|
||||
|
||||
@@ -99,7 +99,7 @@ for ID in identifier:
|
||||
# plt.title('spectogram %s, deltaf: %sHz' %tuple(ID_delta_f))
|
||||
# plt.xlim(times[0],times[-1])
|
||||
|
||||
fig = plt.figure(figsize = (20,20))
|
||||
fig = plt.figure(figsize = (8.27, 11.69/2))
|
||||
ax0 = fig.add_subplot(221)
|
||||
ax0.imshow(specs[0], cmap='jet', origin='lower', extent=(times[0], times[-1], sub_lim0[0], sub_lim1[0]), aspect='auto', vmin=-80, vmax=-10)
|
||||
#ax0.plot(sub_times[0], jars[0], 'k', label = 'peak detection trace', lw = 2)
|
||||
|
||||
Reference in New Issue
Block a user