gpt4 book ai didi

Python Matplotlib 相当于 get(gca ,'Children' ) matlab 语句

转载 作者:行者123 更新时间:2023-12-01 03:02:55 25 4
gpt4 key购买 nike

您好,我需要此 matlab 语句的等效指令:

h=get(gca,'Children');

对于 matplotlib

预先感谢您的支持。

最佳答案

要获取当前坐标区中的所有对象,可以使用 get_children

h = plt.gca().get_children()

关于Python Matplotlib 相当于 get(gca ,'Children' ) matlab 语句,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43654139/

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