You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These seem to work fine with the GR backend of Plots.jl, however, when running Plots.jl on a machine via SSH with no display I get
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: linuxfb, minimal, offscreen, vnc, xcb.
Aborted (core dumped)
connect: Connection refused
GKS: can't connect to GKS socket application
GKS: Open failed in routine OPEN_WS
GKS: GKS not in proper state. GKS must be either in the state WSOP or WSAC in routine ACTIVATE_WS
followed by the correctly-displayed plot.
It would be really nice if there were a way to stop GR from trying to do whatever it is trying to do via Qt to eliminate this error message (and seemingly a lot of latency it causes for whatever reason) as either kitty images or sixel seem preferable for most terminal users to a separate window.
The text was updated successfully, but these errors were encountered:
Had forgotten about this, was using pythonplot to get around.
This seems to work! I did check explicitly that it requires both the environment variable and default. I think it would be nice if there were a documented, single-call way to do this.
I commonly use KittyTerminalImages.jl to view images in the terminal. SixelTerm.jl works similarly.
These seem to work fine with the GR backend of Plots.jl, however, when running Plots.jl on a machine via SSH with no display I get
followed by the correctly-displayed plot.
It would be really nice if there were a way to stop GR from trying to do whatever it is trying to do via Qt to eliminate this error message (and seemingly a lot of latency it causes for whatever reason) as either kitty images or sixel seem preferable for most terminal users to a separate window.
The text was updated successfully, but these errors were encountered: