close
Skip to content

Scatterplot in Dataframe #8

@lokeshh

Description

@lokeshh

I'm trying to draw scatter plot of the following dataframe but it misses some points.

df = Daru::DataFrame.new({
  x: [3, 3, 3],
  y: [1, 2, 3]
  }, index: [0, 2, 3])
Plot.new [df, pt: 6, ps: 1, using: '2:3']

Although if I do not specify any index then it works pretty well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions