Merge 9cb2518ba3188323581a558473b0d2cd453402b1 into 1ee6affcb3990cdcfa1e489451bc57c3f33be015

This commit is contained in:
Christopher Rackauckas 2017-04-24 16:00:58 +00:00 committed by GitHub
commit 687f0287c9

View File

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