Adding additional information on plot tooltip

조회 수: 44 (최근 30일)
Dharmesh Joshi
Dharmesh Joshi 2022년 6월 21일
댓글: Dharmesh Joshi 2022년 6월 21일
Hi
I have a plot , when i hover over the plot line, it displays the value. At the same time i would like to also display the temperture, which is also part of the dataset but not displayed on the plot.
How do i edit the tooltip, so that additional information can be displayed on the tooltip ?

답변 (1개)

Simon Chan
Simon Chan 2022년 6월 21일
Use function dataTipTextRow
  댓글 수: 3
Simon Chan
Simon Chan 2022년 6월 21일
You need to attach it to the DataTipTemplate property. Check DataTipTemplate as well.
Dharmesh Joshi
Dharmesh Joshi 2022년 6월 21일
Hi
Ok i can get it working if my plot has only one data set e.g.
s=plot(t,ug)
But i gett the following error message, when a plot has multiple plots
s=plot(t,ug,ref_data_timestamp,ref_data_sensordata)
Intermediate dot '.' indexing produced a comma-separated list with 2 values, but it must produce a single value when followed by subsequent indexing
operations.
Error in n02 (line 141)
s.DataTipTemplate.DataTipRows(end+1) = row;

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

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by