From 73a49cd338d8456c11cb1c02e2ad616aee5e6741 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Sun, 2 Jan 2022 00:12:26 +0000 Subject: [PATCH] Format .jl files [skip ci] --- src/backends/pyplot.jl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/backends/pyplot.jl b/src/backends/pyplot.jl index 7ba29c3b..26572e77 100644 --- a/src/backends/pyplot.jl +++ b/src/backends/pyplot.jl @@ -1725,7 +1725,11 @@ function _update_plot_object(plt::Plot{PyPlotBackend}) _cbar_width - 1mm, height(sp.bbox) - 4mm, ) - pcts = get(sp[:extra_kwargs], "3d_colorbar_axis", bbox_to_pcts(cb_bbox, figw, figh)) + pcts = get( + sp[:extra_kwargs], + "3d_colorbar_axis", + bbox_to_pcts(cb_bbox, figw, figh), + ) sp.attr[:cbar_ax]."set_position"(pcts) end