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

Remove xAxisLabel and yAxisLabel from Layout #411

Open
AndreiKingsley opened this issue Jul 30, 2024 · 0 comments
Open

Remove xAxisLabel and yAxisLabel from Layout #411

AndreiKingsley opened this issue Jul 30, 2024 · 0 comments
Labels
enhancement New feature or request lets-plot API and implementation for lets-plot

Comments

@AndreiKingsley
Copy link
Collaborator

They were added there due to the fact that this was the way it was done in the Lets-Plot API. However, the question of whether they are needed in Kandy is still unresolved.
These labels can be configured in the corresponding mapping or general axis settings:

plot {
   line {
      x(col) {
         axis.name = "..."
      }
   }
   x.axis.name = "..."
}

If we decide to remove it, we have a lot of examples that use this API that need to be updated.

@AndreiKingsley AndreiKingsley added enhancement New feature or request lets-plot API and implementation for lets-plot labels Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lets-plot API and implementation for lets-plot
1 participant