Jerry Ling
Jerry Ling
maybe reference this? https://github.com/root-project/root/blob/d1cfaefcbdefbfb966ed4e8ab694d0c766944b8e/js/modules/hist2d/TH1Painter.mjs#L144-L146
>it's kind of too arbitrary for me with these "smart" fillto values I agree it's arbitrary but I think we also agree it shouldn't be empty, because then it's unusable....
does that mean user must set limits themselves? or you're saying you can implement this `/2` heuristics there too?
in that case feel free to do that, and I very much appreciate it
still want this, looks like #4911 stalled
should I open a PR to make everywhere use an underscore
 looks okay I think
yeah, I think because you're calling Julia via the `libjulia`, so whether or not GIL is dropped during call depends on how you loaded `libjulia`?
maybe it's worth getting perspective from @stevengj and @MilesCranmer ? 1. Can we by default drop GIL (i.e. use CDLL)? 2. Does it actually drop GIL and speed things up?...