Merge 97bc68f15450ac52aaee313f84e88e67cc987941 into d892c575968db1b562c5d0b7f6c12ba2074d9199
This commit is contained in:
commit
7a54fbb727
@ -333,3 +333,9 @@ function _display(plt::Plot{PGFPlotsBackend})
|
|||||||
# cleanup
|
# cleanup
|
||||||
PGFPlots.cleanup(plt.o)
|
PGFPlots.cleanup(plt.o)
|
||||||
end
|
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)
|
_update_plot_object(plt)
|
||||||
end
|
end
|
||||||
|
|
||||||
function prepared_object(plt::Plot)
|
|
||||||
prepare_output(plt)
|
|
||||||
plt.o
|
|
||||||
end
|
|
||||||
|
|
||||||
# --------------------------------------------------------------------
|
# --------------------------------------------------------------------
|
||||||
# plot to a Subplot
|
# plot to a Subplot
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user