Skip to content

Commit

Permalink
there is a offset error
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Jan 29, 2024
1 parent 31137fc commit ef5e2e8
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 351 deletions.
2 changes: 1 addition & 1 deletion test/heatmap_test_Rs.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ p <- ggplot(spinrates, aes(x = "velocity", y = "spinrate")) +
p;
}

png(filename = "./test_heatmap.png");
png(filename = "./test_heatmap.png", width = 900, height = 2000);
plot(ggplot2());
dev.off();

Expand Down
Binary file modified test/test_heatmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ef5e2e8

Please sign in to comment.