Dylan Marques

Results 13 issues of Dylan Marques

Hello, I am working with Interpolations.jl and I am using the weight computation feature. However, the results are not what I was expecting. This code works fine if the interpolation...

Hello, is there a way of changing the exposure time of a camera using VideoIO? Thanks,

Hello, Thanks again for this package! When converting arrays from dotNET julia array, I am using the function `collect`. However, the function takes a long time to run for an...

Hi everyone, I am trying to use S4 to generate some reflection/transmission curves changing the angle of incidence. The code that I am using is the following one: ` S...

Hi, I am using the code to model some silica nanopillars. The code works fine if I am not using any pattern but it returns segmentation fault when I use...

Hello, I found that plots of observable of DD do not update when using unitful and `@lift`. For example: ```julia using GLMakie, Unitful, Unitful.DefaultSymbols, DimensionalData dd = Observable(DimArray(collect(1V:1V:10V), X(1:10))) dd_2...

plotting

Hello, I was trying to set a dimension for a DD with NoLookup but it does not work as I would expect: ```julia dd = rand(X(10)) ┌ 10-element DimArray{Float64, 1}...

bug

Hello, The axes are not permuted and reordered when plotting `Observable{DimArray}` creating different plots when using `Observable`. Also, the axes label are not displayed. ```julia using DimensionalData, CairoMakie dimarray =...

plotting

- [x] what version of Makie are you running? (`]st -m Makie`) `Makie v0.22.4` - [x] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`)...

bug

Hi, Multiplying a range by a `Gain` loses the `Gain` units: ```julia (5u"dB"/u"cm") .* (1:10) # (5:5:50) cm^-1 ``` Works fine with normal arrays: ```julia (5u"dB"/u"cm") .* collect(1:10) # 10-element...

logarithmic
ranges