Plots.jl
                                
                                 Plots.jl copied to clipboard
                                
                                    Plots.jl copied to clipboard
                            
                            
                            
                        secondary y axis title goes in a wrong place
Plots.plot(rand(10); ylabel="a") Plots.plot!(Plots.twinx(), rand(10); ylabel="b")
Just came across this looking for how to add a secondary y axis, thought I'd add a picture and clarify that "wrong place" means it is cut off.

dup of #2205?
edit: also that issue includes a workaround, namely setting right_margin explicitly.
If plotly backend is used, the secondary y axis goes to the left. Plots.jl version: 1.25.10

For plotly it is a duplicate of https://github.com/JuliaPlots/Plots.jl/issues/2956
Closed by https://github.com/JuliaPlots/Plots.jl/pull/4488.