Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate adding a Plots type-recipe #3

Open
Omar-Elrefaei opened this issue Feb 8, 2023 · 1 comment
Open

Investigate adding a Plots type-recipe #3

Omar-Elrefaei opened this issue Feb 8, 2023 · 1 comment

Comments

@Omar-Elrefaei
Copy link
Member

The user-recipe we have now works well enough for the majority of simple cases, but I think it will be much cleaner if Plots can handle AxisArrayTable type arguments generally not just our user-recipe specific signature f(m::AxisArrayTable...).

@Omar-Elrefaei
Copy link
Member Author

use cases such as a fill plot(m.a, fill=(m.b, 0.2, :red)) currently does not work because Plots does not know how to extract the numbers from AxisArrayTable. (and right now we return an AxisArrayTable from m.b as opposed to a Vector like DataFrames does).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant