Ah of course all I needed was pygui(false). I should have tried that but my brain kept thinking it had something to do with not blocking julia.
But now it seems that I can't control the figure size at all. No matter what I say in figure(figsize=(w,h)), the output file has the same dimensions. Any idea how I can fix this? On Wednesday, March 4, 2015 at 11:32:01 AM UTC-5, Josh Langsfeld wrote: > > In PyPlot.jl, is there a way to create my figures and render them without > a figure window getting created? My window manager is interfering with the > size hint in the figure() function so it would be nice if I can go straight > to a file. > > Thanks, > Josh >
