This commit is contained in:
t-bltg 2022-04-05 13:42:52 +02:00
parent 096726bcb6
commit f1f6a368c5

View File

@ -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[]