Skip to content

Commit

Permalink
Merge pull request #1007 from vasole/update
Browse files Browse the repository at this point in the history
Update version and changelog
  • Loading branch information
vasole committed Jun 8, 2023
2 parents ebacd4b + 9d2e0cd commit cd3d2ea
Show file tree
Hide file tree
Showing 5 changed files with 610 additions and 514 deletions.
2 changes: 1 addition & 1 deletion PyMca5/PyMcaGui/pymca/ImageListStatsWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def updateStats(self):

# calculate pearson correlation
correlation = arrayListPearsonCorrelation(self.imageList, mask)
m = NumpyArrayTableModel.NumpyArrayTableModel(None, correlation, fmt = "%.5f")
m = NumpyArrayTableModel.NumpyArrayTableModel(None, correlation, fmt = "%.3f")
self.correlationWidget.setModel(m)
colormap = Colormap.COLORMAPS.get("viridis", "temperature")
bg = Colormap.applyColormap(correlation, colormap=colormap, norm="linear")
Expand Down
Loading

0 comments on commit cd3d2ea

Please sign in to comment.