matlab中怎么修改data cursor所标记字体的大小?

2025-01-07 09:53:49
推荐回答(2个)
回答1:

set(findall(gcf,'ViewStyle','datatip'),'fontsize',20)

回答2:

alldatacursors = findall(gcf,'type','hggroup')
set(alldatacursors,'FontSize',20)