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
I think it'd be super useful to have more quick functions to remove axes content. With the autocomplete, this makes it quicker and easier to add what you want.
It'd also to cool to have a variant for removing the lines and ticks, as this is a common thing to remove both.
I'm on the fence on that one. We did add aliases for many of the which = ["x"|"y"] arguments but it relies on the user starting with knowing the axis they want to modify. Autocomplete on the which argument shows the available values (since we have that in the signature) (at least in RStudio).
Part of my hesitation is relying on the argument order to autocomplete - if we want to support arbitrary order then we'd need every permutation. The which argument currently has 4 possible values. Extending those would require extending all the permuatations.
The feature ideas are all great (and most welcome) I just need to find the time to implement them. If you'd like to have a go yourself a PR would be most welcome.
I think it'd be super useful to have more quick functions to remove axes content. With the autocomplete, this makes it quicker and easier to add what you want.
It'd also to cool to have a variant for removing the lines and ticks, as this is a common thing to remove both.
Sorry to bombard you with feature ideas!
The text was updated successfully, but these errors were encountered: