label rotation, title location



using AbstractPlotting

scene = Scene()
line = lines!(scene, rand(10), linewidth=3.0, color=:red)
scene[Axis][:names, :axisnames] = ("text","")
scene[Axis][:names, :rotation] = (1.5pi)
leg = legend([scene[2]], ["line"], position = (1, -1))
vbox(line, leg)