Anshul Singhvi

Results 385 issues of Anshul Singhvi

# Description Fixes #2890 Modifies GLMakie to be able to use 2D to 3D transformations in `surface`. ## Type of change - [X] Bug fix (non-breaking change which fixes an...

# Description As seen in #4112, CairoMakie's 2D drawing routines are pretty slow. This PR attempts to speed them up a bit (currently has a ~30% improvement locally). Not done...

CairoMakie

# Description Fixes #3961 by making VideoStream aware of px_per_unit settings. This assumes that: - All backends have `px_per_unit` (maybe this could be a `get` instead) ## Type of change...

### Feature description `hist` fails on categorical inputs, either Strings or values wrapped in `Categorical`. ```julia grain = rand(["clay", "silt", "sand"], 36) hist(grain) hist(Categorical(grain)) ``` Ideally, what I posted above...

enhancement
Makie
units
conversions
plot

Currently, `contourf` only supports `colormap` and `colorscale`, but computes `colorrange` internally, i.e., the user cannot set it without jumping through hoops: https://github.com/MakieOrg/Makie.jl/blob/65a718195a30fc4f3775f5457357e1ba35248745/src/basic_recipes/contourf.jl#L73-L79 and there's no support for explicit `highclip` or...

enhancement
Makie
(tri)contour(f)

There was an example of training a Fourier neural network on the Burgers equation in the previous repo, following a paper. The dataset link is now down but there's a...

good first issue
question

Here, the bone colormap is a straight grayscale white-to-black map, but Matplotlib gives it a blue tinge. ``` _bone_data = {'red': ((0., 0., 0.), (0.746032, 0.652778, 0.652778), (1.0, 1.0, 1.0)),...

This constraint is more general and occurs on all Windows platforms, where `MSVC` may not. xref https://github.com/JuliaPackaging/Yggdrasil/pull/9448, where we encountered this issue - the MSVC condition was not satisfied, but...

## Checklist - [ ] Appropriate tests were added - [ ] Any code changes were done in a way that does not break public API - [ ] All...

When choosing whether to highlight in `julia` or `julia-repl`, this now checks whether the code block has REPL blocks (`julia>`). If it does, it goes to `julia-repl` highlighting, otherwise it...