Skip to content

Commit

Permalink
rm use of undefined gui for JuliaPy#15
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Sep 13, 2013
1 parent be1dc2c commit db37983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PyPlot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const backend, gui = begin
pygui(:default)
matplotlib[:use]("Agg") # GUI not available
matplotlib[:interactive](isdisplayok())
("Agg", gui)
("Agg", :none)
end
end

Expand Down

0 comments on commit db37983

Please sign in to comment.