anneaux
anneaux
> Also there is `msc=:auto` to automatically match the marker color. i think this doesn't work if markercolor is a color gradient: import ColorSchemes.turbo scatter(rand(10), zcolor= rand(10), ms = 15,...
I tried that already but neither `mswidth = 0` nor `msalpha = 0` were working. As a workaround I used the value for `zcolor` (mapped into [0,1]) as index for...
also when you save as pdf? (for other export formats it works for me as well, but not for pdf)
as a quick solution: with e.g. `FiniteDiff.finite_difference_jacobian()` you can differentiate w.r.t. the integral boundaries. Maybe that's helpful as a workaround
Yeah, by points I mean indices. Sorry for the super late response 🙈 😅 I realised that for getting the contour of a specific index one could just modify the...