CGPfunctions
CGPfunctions copied to clipboard
Delete lines between data.lable and y.text?
Hi all,
Thank you for developing such an interesting package.
My question is I would like to know if it is possible to delete those lines between data labels and Y text. I also had some problems setting up LineColor.
Here is my data:

My script:
newggslopegraph(dataframe = df,
Times = Group,
Measurement = Value,
Grouping = GeneID,
Title = "Artesunate",
Caption = NULL,
SubTitle = NULL,
DataTextSize = 0,
Data.label = NULL,
YTextSize = 0,
DataLabelPadding = 0,
DataLabelLineSize = 0,
DataLabelFillColor = "white",
WiderLabels = F,
ThemeChoice = "wsj",
LineColor = col
)
My error:
Error: Continuous value supplied to discrete scale
My problem:

Any advice will be highly appreciated! Thanks!
Kind regards, Birong