Anshul Singhvi

Results 1167 comments of Anshul Singhvi

Bump - is the best thing to do just a `translate_to_axis(::AxisType, attrs)` function or something?

I tried an example with Cyrillic characters in a CSV through GeoDataFrames, and it seems fine. So it looks like the only issue is with your Shapefile. Since I don't...

Does it not just work? But would be nice to have an example anyway

Speaking generally I would agree with Aayush and Torkel's points: we need to speak different languages for different audiences. MTK can be arcane if not viewed with the proper context,...

Somehow, the threaded one is taking 5 seconds and the non-threaded one is 100x less...I must be doing something wrong, but not sure what!

There's a Vitepress plugin for mermaid, so I imagine it shouldn't be hard! We'd just have to add that and define a render function for `DocumenterMermaid.MermaidBlock` and `DocumenterMermaid.MermaidScriptBlock` that write...

Thanks for the ping - can try a fix this week or weekend. Yeah I probably wrote that before the advice was out :D

I'm working on a brief patch now using a task based approach

Ah, this is because `heatmap` is a `CellGrid()`-like plot. Cell grids are defined by `length(xs) == size(zs, 1) + 1, length(ys) == size(zs, 2) + 1`, in which the x...

> define the extremal cell boundaries manually? You can already do that. If you have a matrix of size `(n, m)`, you can pass an x-vector of length `n+1` and...