-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
This has nice axis labels
@p begin
StructArray(x=[1,2,3], y=[10,20,30])
FPlot(__, (@o _.x), (@o _.y))
axplot(scatter)(__)
endBut this doesn't.
@p begin
StructArray(x=[1,2,3], y=[10,20,30])
FPlot(__, _.x, _.y)
axplot(scatter)(__)
endIt'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
Labels
No labels

