Skip to content

Commit dfb19f8

Browse files
Fixed line plot download in patternPanel
1 parent 8f729a5 commit dfb19f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/patternPanel.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ patternPanelServer <- function(id, expression.matrix, metadata, anno){
171171
filename = function() { input[['plotLineFileName']] },
172172
content = function(file) {
173173
device <- function(..., width, height) grDevices::png(..., width = width, height = height, res = 300, units = "in")
174-
ggsave(file, plot = pca.plot(), device = device)
174+
ggsave(file, plot = line.plot(), device = device)
175175
}
176176
)
177177

0 commit comments

Comments
 (0)