Skip to content

Commit

Permalink
plots script update
Browse files Browse the repository at this point in the history
  • Loading branch information
kpatel427 committed Sep 19, 2019
1 parent c251e0b commit 9c802fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plots/01_Plots-Scatter.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ scatter_plot <- function(data=dt,
x=NULL,
y=NULL,
Theme=NULL,
colourfill='#00FF0080',
colourfill='#2219CCCC',
colorby='None',
shapeby,
fontSize=10,
Expand Down
2 changes: 1 addition & 1 deletion plots/03_Plots-Histogram.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ histogram <- function(data=NULL,
x=NULL,
Theme=NULL,
fontSize=10,
colourfill = '#00FF0080',
colourfill = '#2219CCCC',
colorby = 'None',
legendPos = 'right',
title_x='',
Expand Down

0 comments on commit 9c802fc

Please sign in to comment.