Skip to content

Commit da2ca71

Browse files
authored
Merge pull request #9 from SaifAati/SaifAati-patch-1
Update correlate.py
2 parents 45214d9 + d5e55c0 commit da2ca71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geoCosiCorr3D/geoImageCorrelation/correlate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def plot_correlation_map(corr_path, cfg, ground_space=False, vmin: float = -1, v
321321
)
322322
cbar1 = fig.colorbar(im, cax=axins, orientation="horizontal", extend='both')
323323
cbar1.ax.set_title(title_)
324-
324+
#TODO change to loop function
325325
axs[0].xaxis.set_minor_locator(AutoMinorLocator())
326326
axs[0].yaxis.set_minor_locator(AutoMinorLocator())
327327
axs[0].xaxis.set_major_locator(MaxNLocator(3))

0 commit comments

Comments
 (0)