Anshul Singhvi

Results 1170 comments of Anshul Singhvi

what about if you close the figure and re-display?

huh! If I initialize depth_shift as a float64 then no amount of setting it changes anything, even for a line plot. Can replicate on my machine. Is this just some...

Agreed, this is a lot more streamlined than templating 😅 We shouldn't break the ecosystem more than we already have though. We should probably switch back to the old method,...

True, but quite a few users have written their own config.mts :D - if you wanted a manually defined top bar, you have to write your own config, and that's...

If we have a nice mechanism to feed in from Julia now, then let's go full Julia. Let's make the claim that the config can shift arbitrarily at each patch...

Some things may require some JS setup code outside the theme dict, but I absolutely agree. We can just have a `JSLiteral` or `JSCode` type that wraps a String, for...

Yeah, if you really want type checking, then you can create your own config and accept that you will have to update it occasionally, which seems fine to me. We...

FWIW, I have usecases in S3, HTTP, and S3 derivatives (google cloud, minio, etc). The main things I want to do are: - `ls` on a "directory". This may involve...

As a first step, you could `lift(println, fig.scene.viewport)` to see when Makie registers the event, as you are changing the size? Maybe that would provide some clue as to what...

On an M4 Mac, Not quite so bad on CairoMakie although I think it runs into Float64 precision issues ![Image](https://github.com/user-attachments/assets/9da862ec-f00e-4f5d-b798-310bae9c856a) GLMakie does run into some clipping issues but nothing insane...