From 34a7f8a99cefe734c1d14d5317e48c2bb7e3841c Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Fri, 27 May 2016 00:19:12 -0400 Subject: [PATCH] prepared_object; closes #267 --- src/plot.jl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/plot.jl b/src/plot.jl index 1222d87b..16bbea78 100644 --- a/src/plot.jl +++ b/src/plot.jl @@ -371,6 +371,11 @@ function prepare_output(plt::Plot) _update_plot_object(plt) end +function prepared_object(plt::Plot) + prepare_output(plt) + plt.o +end + # -------------------------------------------------------------------- # function get_indices(orig, labels)