Hi.
I am trying to draw some simple canvases in lxplus but nothing gets displayed.
I access by ssh -xy and then load a tree in root and use Draw().
I get no error, just nothing displayed.
Thanks for the help.
The issue you are encountering is most probably due to the fact that the flag -x passed to ssh is actually disabling X11 forwarding as per the ssh manual . I believe what you are looking for is ssh -Y. I just tried from my Mac logging to lxplus that way and I was able to see the graphics output from ROOT.
I might be wrong, but I believe you need XQuartz installed on your Mac to display X11 graphics from a remote machine. Maybe that’s what you’re missing?