Results 5 issues of 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...

enhancement

## Details ![image](https://github.com/JuliaPlots/Plots.jl/assets/47377298/8a9a9d08-1020-4006-8079-93fb1d1e0798) `markerstrokestyle` doesn't work in `scatter` function. ### Backends This bug occurs on ( insert `x` below ) Backend | yes | no | untested -------------|-----|-----|--------- gr (default)...

bug

## 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") ``` ![temp](https://github.com/JuliaPlots/Plots.jl/assets/47377298/f6842f41-6658-47f9-8f40-bc5f63b96af6) 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...

enhancement