-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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.
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
Any advice will be highly appreciated! Thanks!
Kind regards,
Birong
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

