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

Autocomplete for Axis.x<TAB> #3749

Closed
jariji opened this issue Mar 29, 2024 · 2 comments · Fixed by #4786
Closed

Autocomplete for Axis.x<TAB> #3749

jariji opened this issue Mar 29, 2024 · 2 comments · Fixed by #4786
Labels
documentation enhancement Feature requests and enhancements MakieLayout

Comments

@jariji
Copy link
Contributor

jariji commented Mar 29, 2024

Feature description

The docs say


  Attributes

  (type ?Axis.x in the REPL for more information about attribute x)

  alignmode, aspect, autolimitaspect, backgroundcolor, bottomspinecolor, bottomspinevisible, flip_ylabel, halign, height, leftspinecolor,
  leftspinevisible, limits, panbutton, rightspinecolor, rightspinevisible, spinewidth, subtitle, subtitlecolor, subtitlefont, subtitlegap,
  subtitlelineheight, subtitlesize, subtitlevisible, tellheight, tellwidth, title, titlealign, titlecolor, titlefont, titlegap, titlelineheight,
  titlesize, titlevisible, topspinecolor, topspinevisible, valign, width, xautolimitmargin, xaxisposition, xgridcolor, xgridstyle, xgridvisible,
  xgridwidth, xlabel, xlabelcolor, xlabelfont, xlabelpadding, xlabelrotation, xlabelsize, xlabelvisible, xminorgridcolor, xminorgridstyle,
  xminorgridvisible, xminorgridwidth, xminortickalign, xminortickcolor, xminorticks, xminorticksize, xminorticksvisible, xminortickwidth, xpankey,
  xpanlock, xrectzoom, xreversed, xscale, xtickalign, xtickcolor, xtickformat, xticklabelalign, xticklabelcolor, xticklabelfont, xticklabelpad,
  xticklabelrotation, xticklabelsize, xticklabelspace, xticklabelsvisible, xticks, xticksize, xticksmirrored, xticksvisible, xtickwidth, xtrimspine,
  xzoomkey, xzoomlock, yautolimitmargin, yaxisposition, ygridcolor, ygridstyle, ygridvisible, ygridwidth, ylabel, ylabelcolor, ylabelfont,
  ylabelpadding, ylabelrotation, ylabelsize, ylabelvisible, yminorgridcolor, yminorgridstyle, yminorgridvisible, yminorgridwidth, yminortickalign,
  yminortickcolor, yminorticks, yminorticksize, yminorticksvisible, yminortickwidth, ypankey, ypanlock, yrectzoom, yreversed, yscale, ytickalign,
  ytickcolor, ytickformat, yticklabelalign, yticklabelcolor, yticklabelfont, yticklabelpad, yticklabelrotation, yticklabelsize, yticklabelspace,
  yticklabelsvisible, yticks, yticksize, yticksmirrored, yticksvisible, ytickwidth, ytrimspine, yzoomkey, yzoomlock

But when I do Axis.x<TAB> for autocompleting to xminorticks it doesn't work. Autocomplete would be helpful for filtering the list of attributes because it is very long.

@jariji jariji added the enhancement Feature requests and enhancements label Mar 29, 2024
@matthijscox
Copy link
Contributor

I guess all we need to do is define a Base.propertynames for the Axis type?

@asinghvi17
Copy link
Member

Better to do so for all Blocks in general, I think...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation enhancement Feature requests and enhancements MakieLayout
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants