fix imgcmp

This commit is contained in:
Thomas Breloff 2015-10-27 23:37:58 -04:00
parent 3ffec5aed9
commit 834ba9bc61

View File

@ -1,6 +1,8 @@
# include this first to help with crashing?? # include this first to help with crashing??
using Gtk try
@eval using Gtk
end
# don't let pyplot use a gui... it'll crash # don't let pyplot use a gui... it'll crash
# note: Agg will set gui -> :none in PyPlot # note: Agg will set gui -> :none in PyPlot