How to break this limit?

五迷三道 提交于 2019-12-24 19:22:07

问题


This is a limt when using label.new. So has some way for break this limit? I just achieve the follow goal.

The following code can achieve goals but has limits.

label.new(bar_index, high, '1', textcolor=color.red, style=label.style_none)
label.new(bar_index, high, '2\n', textcolor=color.green, style=label.style_none)
label.new(bar_index, high, '3\n\n', textcolor=color.blue, style=label.style_none)

来源:https://stackoverflow.com/questions/59222261/how-to-break-this-limit

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!