Plots figure size

Plots’ plotlyjs() backend issues the Kaleido error message (with a spelling typo too):

julia> using Plots; plotlyjs()
Plots.PlotlyJSBackend()
julia> # ┌ Warning: Kaledio is not available on this system. Julia will be unable to produce any plots.
julia> # └ @ PlotlyBase C:\Users\jrafa\.julia\packages\PlotlyBase\NxSlF\src\kaleido.jl:58

This issue seems to be under investigation here.