Date on X-axis when zooming the plot

조회 수: 4 (최근 30일)
rank
rank 2011년 10월 5일
답변: Viet Hung Nguyen 2016년 8월 14일
I've plotted a file with 120,000 points. The x data is a time with a format 'MM/DD/YYYY HH:MM:SS' (10/30/2010 11:16:00 PM. I have successfully plotted it (though it took me 62 seconds to do it). My problem is when i zoom the plot, the datetick (x-axis) does automatically zooms in. In the whole plot, i only have 6 x-ticks, and when i zoom it in, the x-ticks is still the same. I've used datetick('x', 'mm/dd/yy HH:MM:SS', 'keepticks').
  댓글 수: 2
Walter Roberson
Walter Roberson 2011년 10월 5일
I am not clear as to what behavior you are looking for?
rank
rank 2011년 10월 5일
Hi Walter. Thanks for responding. Typical plot shows the x and y axes with the tick labels. When you zoom in, the tick labels adjust. Example, when you have x tick values 2, 4, 6, 8 and 10. When you zoom in it (the tick labels) will automatically adjust. The plot may show 2.0, 2.2, 2.4, 2.6, 2.8, 3.0, etc when you zoom it on 2-4.
What happened to my plot of 120K points is that when i zoom it in the tick labels does not adjust.
I hope i answered your question properly.

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

채택된 답변

Aurelien Queffurust
Aurelien Queffurust 2011년 10월 5일
You could try this submission : Intelligent Dynamic Date Ticks
DYNAMICDATETICKS is a wrapper function around DATETICK which creates dynamic date tick labels for plots with dates on the X-axis. The date ticks intelligently include year/month/day information on specific ticks as appropriate. The ticks are dynamic with respect to zooming and panning. They update as the timescale changes (from years to seconds). Data tips on the plot also show intelligently as dates.
  댓글 수: 2
rank
rank 2011년 10월 5일
Thanks Aurelien. Where can i download that? Sorry, I am new here. :)
Grzegorz Knor
Grzegorz Knor 2011년 10월 5일
Just click link from first line :)

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

추가 답변 (1개)

Viet Hung Nguyen
Viet Hung Nguyen 2016년 8월 14일
Intelligent! Thanks Aurelien.

카테고리

Help CenterFile Exchange에서 Data Exploration에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by