Skip to content

Commit

Permalink
Rename figure
Browse files Browse the repository at this point in the history
  • Loading branch information
smoia committed Mar 16, 2023
1 parent 942d59d commit 38d8730
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phys2cvr/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,10 @@ def get_regr(
# Exporting figures of shift
plt.figure(figsize=FIGSIZE, dpi=SET_DPI)
plt.plot(zscore(petco2hrf_shift), "-", zscore(func_upsampled), "-")
plt.title("Optimally shifted regressor and average Grey Matter signal")
plt.legend(["Optimally shifted regressor", "Average Grey Matter signal"])
plt.title("Optimally shifted regressor and average ROI signal")
plt.legend(["Optimally shifted regressor", "Average ROI signal"])
plt.tight_layout()
plt.savefig(f"{outname}_petco2hrf_simple.png", dpi=SET_DPI)
plt.savefig(f"{outname}_petco2hrf_vs_avgroi.png", dpi=SET_DPI)
plt.close()

petco2hrf_demean = io.export_regressor(
Expand Down

0 comments on commit 38d8730

Please sign in to comment.