Skip to content

granovagg.ds plot is reversed #175

@jbryer

Description

@jbryer

The help document states: is an n X 2 dataframe or matrix. First column defines X (intially for horzontal axis), the second defines Y.

However, when running this code it appears the first column is the Y coordinate, and the second is the X:

df <- data.frame(X = rnorm(10, 5, 1), Y = rnorm(10, 0, 1))
granovagg.ds(df)

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