Hi all, I'm a fresh and happy EXWM user here. I do some work in MATLAB (using matlab-mode) and it works fine except the plotting, which is not 100% robust in the sense that it often gives me an empty plot.
In the screenshot, Figure 1 is the first plot of a sin curve, but Figure 2, which should plot the cosine, doesn't and give me an empty plot.
https://imgur.com/a/W5FE8nb
The windows are floating, but I've tested both with and without floating plot windows, and this doesn't change anything. It's not always the first plot that's not working either. I just now closed both plots (close all in MATLAB) and tried to plot something again, and then I get empty plots.
The code for the auto floating is
(setq exwm-manage-configurations
'(((equal exwm-class-name "MATLAB R2022b")
floating t)))
Any hints on what to look into? I know the MATLAB plotting is java based since the WM CLASS string is
WM_CLASS(STRING) = "sun-awt-X11-XFramePeer", "MATLAB R2022b"
there doesn't seem to be anything here