add an Observable version of boundingbox
#4632
Labels
boundingbox
or data_limits
enhancement
Feature requests and enhancements
Makie
Backend independent issues (Makie core)
Feature description
To draw background below a text label, one can do
but it only works for static plots. When anything changes in the plot, the
boundingbox
remains the same – it's a plain value, not anObservable
.It's also non-trivial to explicitly list the observables
boundingbox
depends on, they are both axis properties and the text properties.Would be useful to have an observable version :)
I'd be happy to open a PR adding it, if someone can tell what exactly it should depend on...
The text was updated successfully, but these errors were encountered: