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)