Simon Christ

Results 223 comments of Simon Christ

I'd wait with merging until we checked whether we can keep existing functionality with StaticArraysCore (see https://github.com/JuliaPlots/Plots.jl/pull/4287#discussion_r931254890)

```julia julia> pl = @df mdm.data plot(:VD, :ID, label=[:VG, :VS, :VB]); julia> pl[1][1][:label] 3-element Vector{String}: "[0.0, 0.0, 0.0, 0.0, 0.0, 0.0," ⋯ 2456 bytes ⋯ " 1.8, 1.8, 1.8, 1.8,...

Should be fixed with GR 0.66.2

This seems to be GR specific, since I can't reproduce this on the `pyplot` backend. Probably related to plotting outside of the visible area. CC: @jheinen

Might be only .png output, since that is what VSCode shows

I can't reproduce using the terminal either. It's just the VSCode Plot pane. Saving as .png also shows the correct figure. @pfitzseb you got an idea what could cause this?

> I'd like to think about how to incorporate this into Plots.jl, but the package is too large, and I can't find a way to start a PR. Any help...

> Maybe I could do the recipe first and discuss later how to incorporate it to the main package. Sure, prototyping in a recipe is a good idea.

probably a duplicate of https://github.com/JuliaPlots/Plots.jl/issues/4256

I can confirm this. It becomes iterruptible again, when you close the QtTerm window. CC: @jheinen