Format .jl files [skip ci]
This commit is contained in:
parent
c34d4e950e
commit
73a49cd338
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user