gpt4 book ai didi

julia - 如何在 Plots.jl 中旋转字体

转载 作者:行者123 更新时间:2023-12-04 09:55:21 27 4
gpt4 key购买 nike

如何在 Julia 绘图包 Plots.jl 中旋转 xlabelylabel 的字体?

fo = font(10, "Courier")
fo.rotation = 90
plot(randn(10), xtickfont=fo) # Does nothing

最佳答案

旋转字体的关键字参数是

plot(..., xrotation = 45) # For 45 degree rotation
plot(..., yrotation = 45)
plot(..., rotation = 45) # Rotates both x and y fonts

http://docs.juliaplots.org/latest/attributes/ 提供了更多属性

关于julia - 如何在 Plots.jl 中旋转字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61931507/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com