您好,我需要此matlab语句的等效指令:h=get(gca,'Children'); 对于matplotlib预先感谢您的支持。 最佳答案 要从当前轴获取所有对象,可以使用get_childrenh = plt.gca().get_children()