Skip to content

Commit

Permalink
Format .jl files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Jan 9, 2022
1 parent c34d4e9 commit 4082369
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/backends/pyplot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4082369

Please sign in to comment.