Make show=true default

This commit is contained in:
Christopher Rackauckas 2016-08-08 12:50:50 -07:00 committed by GitHub
parent 5a87adaa7f
commit 9cb2518ba3

View File

@ -209,7 +209,7 @@ const _plot_defaults = KW(
:size => (600,400), :size => (600,400),
:pos => (0,0), :pos => (0,0),
:window_title => "Plots.jl", :window_title => "Plots.jl",
:show => false, :show => true,
:layout => 1, :layout => 1,
:link => :none, :link => :none,
:overwrite_figure => true, :overwrite_figure => true,