From 9fecbed3909ef702091bc01d46b04ae0bea622dc Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Tue, 25 Aug 2015 22:47:48 -0400 Subject: [PATCH] working on doc/interface --- src/Plot.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plot.jl b/src/Plot.jl index 73fe3327..08c0cd7b 100644 --- a/src/Plot.jl +++ b/src/Plot.jl @@ -61,7 +61,7 @@ end type CurrentPlot nullableplot::Nullable end -const CURRENT_PLOT = CurrentPlot(Nullable{Plot}()) +const CURRENT_PLOT = CurrentPlot(Nullable{Any}()) isplotnull() = isnull(CURRENT_PLOT.nullableplot)