Skip to content

FPlot axis labels for @p #15

@jariji

Description

@jariji

This has nice axis labels

@p begin
    StructArray(x=[1,2,3], y=[10,20,30])
    FPlot(__, (@o _.x), (@o _.y))
    axplot(scatter)(__)
end

Image

But this doesn't.

@p begin
    StructArray(x=[1,2,3], y=[10,20,30])
    FPlot(__, _.x, _.y)
    axplot(scatter)(__)
end

Image

It's not so bad and I'm sure there's a reason, but it would be a little nice if it worked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions