|
[Date Index]
[Thread Index]
[Author Index]
why DateListPlot is so slow?
- To: mathgroup at smc.vnet.net
- Subject: [mg79889] why DateListPlot is so slow?
- From: Arkadiusz.Majka at gmail.com
- Date: Wed, 8 Aug 2007 04:47:57 -0400 (EDT)
Hi,
I have a list (a time series):
data={{00:00:30,x1},{00:01:00,x2},{00:01:30,x3},....}
at equally spaced time intervals (30 seconds). The length od data is
8100 (24 h)
DateListPlot[data] works fine but takes 28 sec, since
ListPlot[data[[All,2]]] does it in less than 0.1 sec....
Can you explain me why DateListPlot is so time consuming? Can we
improve it?
Best,
Arek
Prev by Date:
Re: how to collapse a cell in v.6
Next by Date:
Re: problems with delayed write: tag list
Previous by thread:
Re: Progess bar in Mathematica
Next by thread:
Re: why DateListPlot is so slow?
|