Make show=true default
This commit is contained in:
parent
5a87adaa7f
commit
9cb2518ba3
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user