Chris Waudby

Results 9 issues of Chris Waudby

Issue Type: Bug A simple call to plot is incorrectly highlighted with blue squiggles as a possible method call error: ```julia using Plots plt = plot(frame=:box, grid=nothing, xlims=(0,5), ylims=(0,0.3), xguide="Time...

Hi everyone, I’ve just started using Turing, and have a question about setting initial parameters, and the behaviour of the NUTS sampler. I’m quite new to this area so forgive...

advancedhmc

I'm trying to run a least squares fit, with lower/upper bounds, but the result that gets returned is worse than the starting point! My residuals function is a fairly complex...

Issue Type: Bug A simple call to plot is incorrectly highlighted with blue squiggles as a possible method call error: ```julia using Plots plt = plot(frame=:box, grid=nothing, xlims=(0,5), ylims=(0,0.3), xguide="Time...

bug

Setting axis limits with `xlims` etc only works if the values are specified in ascending order. Particularly if the axis is flipped, this is confusing - in many cases it's...

Hi, I've got some results that are a mixture of measurements and missing data (type ` Vector{Union{Missing, Measurement{Float64}}}`). However, I get a `MethodError` if I try to plot these: ```julia...

This PR creates a simple extension for the [Measurements package](https://github.com/JuliaPhysics/Measurements.jl), allowing data with uncertainties to be passed directly for fitting, e.g.: ```julia using LsqFit, Measurements x = [1.0, 2.0, 3.0]...

I've got a dataset that physically is strictly positive, but measurement noise can lead to negative values. I'd like to factorise the result, but nnmf won't run when the data...

question

- [x] what version of Makie are you running? GLMakie v0.10.11; Julia 1.10.5. - [x] can you reproduce the bug with a fresh environment ? yes - [x] What platform...

bug
GLMakie
Integration
needs more info