fix prepare object
This commit is contained in:
parent
d892c57596
commit
97bc68f154
@ -333,3 +333,9 @@ function _display(plt::Plot{PGFPlotsBackend})
|
||||
# cleanup
|
||||
PGFPlots.cleanup(plt.o)
|
||||
end
|
||||
|
||||
function prepared_object(plt::Plot{PGFPlotsBackend})
|
||||
prepare_output(plt)
|
||||
_make_pgf_plot!(plt)
|
||||
plt.o
|
||||
end
|
||||
|
||||
@ -251,11 +251,6 @@ function prepare_output(plt::Plot)
|
||||
_update_plot_object(plt)
|
||||
end
|
||||
|
||||
function prepared_object(plt::Plot)
|
||||
prepare_output(plt)
|
||||
plt.o
|
||||
end
|
||||
|
||||
# --------------------------------------------------------------------
|
||||
# plot to a Subplot
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user