Skip to content

Commit

Permalink
Disable clustering when axis transposed
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthreddy542 committed Jul 28, 2021
1 parent 67acaf4 commit a47c218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/edu/iastate/metnet/metaomgraph/chart/HeatMapChart.java
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,10 @@ public void actionPerformed(ActionEvent e) {
if(sampleDataOnRow) {
splitDataset.setEnabled(false);
changePalette.setEnabled(false);
clusterDataBtn.setEnabled(false);
}else {
splitDataset.setEnabled(true);
clusterDataBtn.setEnabled(true);
}
new AnimatedSwingWorker("Transposing rows and columns") {

Expand Down

0 comments on commit a47c218

Please sign in to comment.