Skip to content

Delete lines between data.lable and y.text? #46

@BirongZhang

Description

@BirongZhang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions