Skip to content

Commit b369c09

Browse files
authored
Update app.R
1 parent da1a77b commit b369c09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app.R

+3-3
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ server <- function(input, output, session) {
12711271
pdf(
12721272
file,
12731273
width = 1.2 * InputValue$plot_width / 80,
1274-
height = 0.5 * InputValue$plot_height / 160
1274+
height = 0.5 * InputValue$plot_height / 80
12751275
)
12761276
plot(
12771277
DoDistributionPlot(
@@ -1413,7 +1413,7 @@ server <- function(input, output, session) {
14131413
pdf(
14141414
file,
14151415
width = 1.2 * InputValue$plot_width / 80,
1416-
height = 0.6 * InputValue$plot_height / 160
1416+
height = 0.6 * InputValue$plot_height / 80
14171417
)
14181418
DoHeatmapPlot(
14191419
plot.data = InputValue$plot_data,
@@ -1591,7 +1591,7 @@ server <- function(input, output, session) {
15911591
content = function(file) {
15921592
pdf(file,
15931593
width = InputValue$plot_width / 80,
1594-
height = InputValue$plot_height)
1594+
height = InputValue$plot_height / 80)
15951595
plot(
15961596
DoMetadataPlot(
15971597
plot.data = InputValue$plot_data,

0 commit comments

Comments
 (0)