Incanter rendering a blank window

2015-03-28 Thread Bill Piel
I decided to try out incanter. Following the instructions, I ran this in the repl: *user= (view (histogram (sample-normal 1000)))* A blank, grey window popped up. I can right-click and save it to a png. The png shows the graph as expected. I get the same results for other commands. I googled

Re: Incanter rendering a blank window

2015-03-28 Thread Justin Smith
I've had issues with JVM GUIs and tiling window managers, sometimes floating and then tiling the window (or even hiding/ showing the window, or resizing) will make the contents show up. I don't know if there is an application level fix for this, and I'm not sure whether it should be considered

Re: Incanter rendering a blank window

2015-03-28 Thread Bill Piel
This worked for me: *export _JAVA_AWT_WM_NONREPARENTING=1* source: https://wiki.haskell.org/Xmonad/Frequently_asked_questions#Problems_with_Java_applications.2C_Applet_java_console On Sunday, March 29, 2015 at 12:48:56 AM UTC-4, Bill Piel wrote: I tried floating/tiling, hide/showing and

Re: Incanter rendering a blank window

2015-03-28 Thread Bill Piel
I tried floating/tiling, hide/showing and resizing, but no luck. Switching into unity DID work though. At least I know I'm not the only one with this problem. Thanks for the clue. On Sunday, March 29, 2015 at 12:07:25 AM UTC-4, Justin Smith wrote: I've had issues with JVM GUIs and tiling