DaeSick
DaeSick
It will be especially useful when using multiple monitors. By the way, this feature is not a new thing, it was originally working, was I mistaken? ▼ Duplication of https://discourse.julialang.org/t/repl-in-multi-window-vscode-dosent-work/85520...
## Details  `markerstrokestyle` doesn't work in `scatter` function. ### Backends This bug occurs on ( insert `x` below ) Backend | yes | no | untested -------------|-----|-----|--------- gr (default)...
## issue ### `isinf` ``` julia> infty = Num(Inf) Inf julia> isinf(infty) false julia> infty == Inf true julia> infty == Num(Inf) true ``` `isinf` dosent' work but at least...
## Details ``` using Random; Random.seed!(0) plot(randn(5), randn(5), randn(5), arrow = true) png("temp") ```  Arrow head is not appreared in 3d plot. ### Backends This bug occurs on (...
Hi, I'm new to SEM and strugled in the model inspection as a statistician. From [A first model](https://structuralequationmodels.github.io/StructuralEquationModels.jl/stable/tutorials/first_model/#A-first-model), I want check some statistics, at least p-value. Of course I can...