JuliaPlots / Plots.jl

Powerful convenience for Julia visualizations and data analysis
https://docs.juliaplots.org
Other
1.82k stars 351 forks source link

[BUG] [regression] ImageInTerminalExt not working in 1.9, was working in 1.8 #4785

Open jdadavid opened 1 year ago

jdadavid commented 1 year ago

Details

ImageInTerminalExt in-line display of sixel plots does not work in 1.9 (it worked in 1.8)

Reproducer (in a sixel-enabled terminal) :

using Plots,ImageInTerminal; plot(rand(10))

this plots inline image in 1.8.5, but call GR/gksqt in 1.9/1.10 for the record SixelTerm does work in either Julia version

Backends

This bug occurs on ( insert x below )

Backend yes no untested
gr (default) X
pythonplot x
plotlyjs x
pgfplotsx x
unicodeplots x
inspectdr x
gaston x

Versions

Plots.jl version: 1.38.16 Backend version (]st -m <backend(s)>): Gr 0.72.7 Output of versioninfo(): Julia Version 1.9.1 Commit 147bdf428cd (2023-06-07 08:27 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) CPU: 16 × AMD Ryzen 9 5900HX with Radeon Graphics WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, znver3) Threads: 16 on 16 virtual cores Environment: JULIA_PROJECT = @. JULIA_NUM_THREADS = auto JULIA_EDITOR = vi

BeastyBlacksmith commented 1 year ago

@t-bltg