prepared_object; closes #267

This commit is contained in:
Thomas Breloff 2016-05-27 00:19:12 -04:00
parent 87031984d9
commit 34a7f8a99c

View File

@ -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)