Horizontal y label with Plots.jl

You can use yguidefontrotation. For example,

using Plots
pyplot()
plot(plot(1:10, ylab="y"), plot(1:10, ylab="y", yguidefontrotation=-90))

2 Likes