필터 지우기
필터 지우기

Data Tips - Labels and Text size

조회 수: 10 (최근 30일)
Josh McNamara
Josh McNamara 2020년 8월 17일
댓글: Benjamin 2023년 2월 24일
Hi,
Just having a few issues with data tip labels writing over the pevious label name , so in this case both data tips get labelled as 'Rise Time' , when one should be 'Rise Time' and the other 'Steady State Speed'. Also cannot get the font size to change.
Any help would be great thanks.
Regards,
Josh
subplot(2,1,2)
ax = gca;
chart = ax.Children(7);
datatip(chart,0.15,64.21);
chart.DataTipTemplate.DataTipRows(1).Label= 'Steady State Speed';
chart.DataTipTemplate.DataTipRows(1).Value ='';
chart.DataTipTemplate.FontSize=1;
chart.DataTipTemplate.DataTipRows(2).Label= '';
% chart.DataTipTemplate.DataTipRows(2).Value='64';
datatip(chart2,0.0072,63);
chart2.DataTipTemplate.DataTipRows(1).Label= 'Rise Time';
chart2.DataTipTemplate.DataTipRows(1).Value ='';
%chart.DataTipTemplate.FontSize=1;
chart2.DataTipTemplate.DataTipRows(2).Label= '';
%chart.DataTipTemplate.DataTipRows(2).Value='';
  댓글 수: 2
Walter Roberson
Walter Roberson 2020년 8월 18일
I do not see a definition for chart2 ?
Benjamin
Benjamin 2023년 2월 24일
Did you find a solution ? i have the same problem :(.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Axis Labels에 대해 자세히 알아보기

태그

제품


릴리스

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by