CGPfunctions icon indicating copy to clipboard operation
CGPfunctions copied to clipboard

Delete lines between data.lable and y.text?

Open BirongZhang opened this issue 3 years ago • 0 comments

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: Screenshot 2022-04-05 at 21 16 25

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: Screenshot 2022-04-05 at 21 04 47

Any advice will be highly appreciated! Thanks!

Kind regards, Birong

BirongZhang avatar Apr 05 '22 20:04 BirongZhang