gpt4 book ai didi

python - 如何在 python 的 turtle 图形中旋转文本

转载 作者:太空狗 更新时间:2023-10-30 03:07:30 26 4
gpt4 key购买 nike

我想用python的turtle画图(教学目的)。 y 轴的标签“值”应该旋转。
Python 的 turtle 有一个方法可以在当前位置写入一个字符串:

from turtle import *
left(90) # does not help
write("values", font=('Arial', 12, 'normal'))
hideturtle()
mainloop()

“值”仍然是水平的。

如何使用 python 的 turtle 旋转文本?

最佳答案

用 turtle 写旋转文本是不可能的。参见 http://www.gossamer-threads.com/lists/python/bugs/879806 :

Turtle is built on top of Tk, which is currently at version 8.5 - this has no ability to rotate text. When Tk version 8.6 arrives it should be able to write rotated text (see http://mail.python.org/pipermail/tkinter-discuss/2010-November/002490.html) and turtle.py could be updated to take advantage of it.

关于python - 如何在 python 的 turtle 图形中旋转文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4469125/

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