From f1f6a368c58329727ea7f21b61a8d29f8ac79944 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Tue, 5 Apr 2022 13:42:52 +0200 Subject: [PATCH] update --- src/backends/unicodeplots.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/backends/unicodeplots.jl b/src/backends/unicodeplots.jl index ca943a3d..0ec0fbb1 100644 --- a/src/backends/unicodeplots.jl +++ b/src/backends/unicodeplots.jl @@ -12,9 +12,8 @@ const _canvas_map = ( should_warn_on_unsupported(::UnicodePlotsBackend) = false -_create_backend_figure(plt::Plot{UnicodePlotsBackend}) = plt.o = UnicodePlots.Plot[] - function _before_layout_calcs(plt::Plot{UnicodePlotsBackend}) + plt.o = UnicodePlots.Plot[] up_width = UnicodePlots.DEFAULT_WIDTH[] up_height = UnicodePlots.DEFAULT_HEIGHT[]