Anshul Singhvi
Anshul Singhvi
Someone just has to run the documentation job on that tag again.
Oh, I forgot that DD had the extra hydration error...
I wonder if this could also use the DimensionalData Makie utility functions...it seems like one would want to shift indices to sample at the center and similar things when interpolating...
@SimonDanisch @jkrumbiegel is this appropriate? Would a better way be to replace tuples with `x` and `y`, like `actions = (pan = (keys = (x = Keyboard.x, y = Keyboard.y)...))`?
I've implemented that nesting - now, things are nested as `ticks.labels.font.x` and so forth. We can also implement preprocessing of args / magic kwargs such that the longer names can...
I see your point - I can probably get that done pretty easily. I was also going to change how Attributes work, to allow for "long keywords" as well as...
Edit: This isn't an issue if I split the pan attribute up, into a toplevel `panbutton` and an axis level `pan`. An issue is the nested attributes which have things...
> also, do you know what's a good way to inherit these attributes from a scene if they're not overwritten? I haven't set it up that way right now, the...
It's certainly possible, but hard. We'd need to think about the UI before really implementing it. Could you give a summary of features you need? It is certainly possible to...
Interesting, I'd tried it before and it seemed to work. Will turn it on if that's the case.