@ -1029,7 +1029,7 @@ def plot_norm_time_space(events, eventsclusters, clusters, conf, plotdir):
plt.ylabel("Rescaled distance, R")
plt.subplots_adjust(bottom=.3)
figname = os.path.join(plotdir, 'plot_td.'+conf.figure_format)
figname = os.path.join(plotdir, 'plot_norm_td.'+conf.figure_format)
f.savefig(figname)
# plt.show()