You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 29, 2021. It is now read-only.
When using Data and passing property names, it would be convenient if StatsMakie defaulted to using those property names for the corresponding axis labels if the user has not already set the axis labels. Here's an example:
using Makie, StatsMakie, RDatasets
mtcars = RDatasets.dataset("datasets", "mtcars")
p =violin(Data(mtcars), :VS, :MPG)
When using
Dataand passing property names, it would be convenient if StatsMakie defaulted to using those property names for the corresponding axis labels if the user has not already set the axis labels. Here's an example:What we get:

What I would like to get:
