TimStats commited on
Commit
a5be22d
·
verified ·
1 Parent(s): 50461df

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -2
app.R CHANGED
@@ -11,7 +11,7 @@ library(gridExtra)
11
  library(gtable)
12
  library(httr)
13
 
14
- showtext_opts(dpi = 96) # Match plot DPI
15
  showtext_auto(enable = TRUE)
16
  font_add_google("Roboto Condensed", "roboto")
17
 
@@ -575,7 +575,7 @@ server <- function(input, output,session) {
575
  padding = unit(c(20, 20, 20, 20), "points") # top, right, bottom, left margins
576
  )
577
  )
578
- }, height = 1000, width = 1000, res = 96,pointsize = 12)
579
  }
580
 
581
  # Run the app
 
11
  library(gtable)
12
  library(httr)
13
 
14
+ showtext_opts(dpi = 300) # Match plot DPI
15
  showtext_auto(enable = TRUE)
16
  font_add_google("Roboto Condensed", "roboto")
17
 
 
575
  padding = unit(c(20, 20, 20, 20), "points") # top, right, bottom, left margins
576
  )
577
  )
578
+ }, height = 1000, width = 1000, res = 300,pointsize = 12)
579
  }
580
 
581
  # Run the app